@@ -1,7 +1,7 @@
NODE_ENV=production
VUE_APP_NODE_NAME=production
OUT_PUT_NAME=prod
-VUE_APP_LOCAL_STORAGE_PREFIX=prod
+VUE_APP_LOCAL_STORAGE_PREFIX=xsy_prod
VUE_APP_BACKEND_URL=https://xpgjapi.xiaoxinda.com/
VUE_APP_MIRROR_BACKEND_URL=https://mirror.xiaoxinda.com/xpgjapi/
#小鹏管家微信appid
VUE_APP_NODE_NAME=test
OUT_PUT_NAME=test
-VUE_APP_LOCAL_STORAGE_PREFIX=test
+VUE_APP_LOCAL_STORAGE_PREFIX=xsy_test
VUE_APP_BACKEND_URL=https://ykt-test.xiaoxinda.com/jp-housekeeper-server/
@@ -12,7 +12,9 @@ yarn install
### 本地开发环境启动,其中[project]为不同应用场景标识/src/projects文件夹中
```
-yarn jserve [project]
+yarn xxx
+yarn xsy
+yarn jserve
yarn jserve business
@@ -24,7 +24,7 @@ import {
setParkingMerchantData,
setParkingCompanyId,
} from '../utils/storage'
-
+
var storage_prefix = process.env.VUE_APP_LOCAL_STORAGE_PREFIX;
const mutations = {