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