zkx 4 лет назад
Родитель
Сommit
aca16fea43
4 измененных файлов с 6 добавлено и 4 удалено
  1. 1 1
      .env.production
  2. 1 1
      .env.test
  3. 3 1
      README.md
  4. 1 1
      src/store/mutations.js

+ 1 - 1
.env.production

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

+ 1 - 1
.env.test

@@ -1,7 +1,7 @@
 NODE_ENV=production
 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/
 VUE_APP_MIRROR_BACKEND_URL=https://mirror.xiaoxinda.com/xpgjapi/
 #小鹏管家微信appid

+ 3 - 1
README.md

@@ -12,7 +12,9 @@ yarn install
 
 ### 本地开发环境启动,其中[project]为不同应用场景标识/src/projects文件夹中
 ```
-yarn jserve [project]
+yarn xxx
+yarn xsy 
+yarn jserve
 yarn jserve business
 
 ```

+ 1 - 1
src/store/mutations.js

@@ -24,7 +24,7 @@ import {
 	setParkingMerchantData,
 	setParkingCompanyId,
 } from '../utils/storage'
-
+ 
 var storage_prefix = process.env.VUE_APP_LOCAL_STORAGE_PREFIX;
 
 const mutations = {