yangg преди 2 месеца
родител
ревизия
91a10d85d7
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      common/config.js
  2. 1 1
      unpackage/dist/dev/mp-weixin/common/config.js
  3. 1 1
      unpackage/dist/dev/mp-weixin/project.config.json

+ 1 - 1
common/config.js

@@ -1,7 +1,7 @@
 // API base URL configuration
 //线上 https://minlong.raycos.com.cn
 //测试 http://192.168.66.187:8083
-export const apiBaseUrl = 'http://192.168.66.187:8083';
+export const apiBaseUrl = 'https://backend.qicai321.com';
 
 // You can add other global configuration settings here
 export const appVersion = '1.0.0';

+ 1 - 1
unpackage/dist/dev/mp-weixin/common/config.js

@@ -1,3 +1,3 @@
 "use strict";
-const apiBaseUrl = "http://192.168.66.187:8083";
+const apiBaseUrl = "https://backend.qicai321.com";
 exports.apiBaseUrl = apiBaseUrl;

+ 1 - 1
unpackage/dist/dev/mp-weixin/project.config.json

@@ -8,7 +8,7 @@
     "urlCheck": false,
     "es6": true,
     "postcss": false,
-    "minified": false,
+    "minified": true,
     "newFeature": true,
     "bigPackageSizeSupport": true,
     "babelSetting": {