@@ -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
@@ -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);