增加畜牧的开发环境

This commit is contained in:
aixianling
2024-12-11 18:02:24 +08:00
parent 44d971998a
commit 39f6275e31
2 changed files with 7 additions and 1 deletions

4
.env.xumu Normal file
View File

@@ -0,0 +1,4 @@
VUE_APP_SCOPE=xumu
VUE_APP_API=http://192.168.1.87:12413
VUE_APP_IS_SIMPLE_SERVER=1
VUE_APP_PORT=12413

View File

@@ -7,10 +7,12 @@
"dev": "vue-cli-service serve examples/main.js",
"build": "vue-cli-service build",
"oms": "vue-cli-service serve examples/main.js --mode oms",
"xumu": "vue-cli-service serve examples/main.js --mode xumu",
"sync": "node bin/appsSync.js",
"preview": "node bin/build.js && vue-cli-service serve",
"predev": "node bin/scanApps.js",
"preoms": "dotenv -e .env.oms node bin/scanApps.js"
"preoms": "dotenv -e .env.oms node bin/scanApps.js",
"prexumu": "dotenv -e .env.xumu node bin/scanApps.js"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",