lrf 2 년 전
부모
커밋
674aa57251
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      config/config.prod.js

+ 2 - 2
config/config.prod.js

@@ -1,6 +1,6 @@
 'use strict';
-// 生产环境
-module.exports = (appInfo) => {
+// 开发服务-生产环境
+module.exports = appInfo => {
   const config = (exports = {});
   // 数据库设置
   config.dbName = 'point_shopping';