|
@@ -84,7 +84,7 @@ export default {
|
|
if (carList) {
|
|
if (carList) {
|
|
uni.setStorageSync('carList', JSON.parse(carList));
|
|
uni.setStorageSync('carList', JSON.parse(carList));
|
|
}
|
|
}
|
|
- this.$store.commit('SET_IS_INIT', true);
|
|
|
|
|
|
+ this.$store.commit('SET_IS_INIT', false);
|
|
window.token = `${window.location.href}`.replace(/.*wx\/(.*)\/.*/g, '$1');
|
|
window.token = `${window.location.href}`.replace(/.*wx\/(.*)\/.*/g, '$1');
|
|
try {
|
|
try {
|
|
const options = await wssInit();
|
|
const options = await wssInit();
|