tianhui 3 vuotta sitten
vanhempi
commit
1cc70ba88e
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 2 1
      common/config.js
  2. 1 0
      pages/setting/setting.vue

+ 2 - 1
common/config.js

@@ -1,4 +1,5 @@
-const host = 'http://wx.hw.hongweisoft.com/parking';
+// const host = 'http://wx.hw.hongweisoft.com/parking';//本地
+const host = 'http://parking.pdzhtc.com';//正式
 // const host = 'http://172.16.90.64:7000';
 const config = {
 	wxAppid:'wxbe90cc7c5233dd84',// wxAppid 

+ 1 - 0
pages/setting/setting.vue

@@ -76,6 +76,7 @@
 							  this.$u.api.loginOut({})
 							  .then(res=>{
 								  uni.clearStorage();
+								  alert("58575");
 								  this.$u.vuex('vuex_token', null);
 								  this.$u.vuex('vuex_user', null);
 								  this.$u.vuex('vuex_hasLogin', false);