gjy 3 năm trước cách đây
mục cha
commit
f8803d8d42
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 3 0
      common/appUpdate.js
  2. 1 1
      config/index.js

+ 3 - 0
common/appUpdate.js

@@ -64,11 +64,14 @@ export default function appUpdate() {
 									}, function() {
 										plus.nativeUI.toast("热更新成功");
 										uni.clearStorageSync();
+										plus.nativeUI.toast("缓存清除成功");
 										that.$api.doRequest('post', '/auth/api/logout').then(res => {
 											if (res.data.data) {
 												that.$store.commit('logout')
 												that.$api.logout()
+												plus.nativeUI.toast("登出成功");
 												plus.runtime.restart();
+												plus.nativeUI.toast("重启成功");
 											}
 										})
 									}, function(e) {

+ 1 - 1
config/index.js

@@ -1,7 +1,7 @@
 const dev = {
 	baseUrl: 'https://www.zthymaoyi.com',
 	// baseUrl: 'http://localhost:8080/',
-	baseUrlNew: 'http://192.168.1.119:9100/',
+	baseUrlNew: 'http://192.168.1.117:8090/',
 	// baseUrlNew: 'http://api1.eliangeyun.com/',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false