Browse Source

release: bump version to 1.15.28 and switch to product api

update version name and code for new release, switch request base url from develop api to product api
allen 1 tuần trước cách đây
mục cha
commit
c2b11cd76e
2 tập tin đã thay đổi với 4 bổ sung và 4 xóa
  1. 2 2
      manifest.json
  2. 2 2
      util/api.js

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "云飞智控",
     "appid" : "__UNI__DBA6730",
     "description" : "",
-    "versionName" : "1.15.27",
-    "versionCode" : 11527,
+    "versionName" : "1.15.28",
+    "versionCode" : 11528,
     "transformPx" : false,
     "sassImplementationName" : "node-sass",
     /* 5+App特有相关 */

+ 2 - 2
util/api.js

@@ -42,8 +42,8 @@ export const myRequest = (options) => {
     // BASE_URL = 'http://218.28.198.186:10508';
     // BASE_URL = 'http://8.136.98.49:8002';
   }
-  // BASE_URL = config.productAPI;
-  BASE_URL = config.developAPI;
+  BASE_URL = config.productAPI;
+  // BASE_URL = config.developAPI;
   var session_key = '';
   session_key = uni.getStorageSync('session_key');
   let url = '';