feat:配置文件
parent
8d6e72a8ad
commit
f062d8c76e
|
@ -0,0 +1,12 @@
|
||||||
|
#开发环境
|
||||||
|
NODE_ENV:"development"
|
||||||
|
# 页面标题
|
||||||
|
VUE_APP_TITLE = 汉邦唐全真数字服务平台
|
||||||
|
# UE4服务地址
|
||||||
|
VUE_APP_PALYER_URL="192.168.1.66:8080"
|
||||||
|
# 服务地址
|
||||||
|
VUE_APP_BASE_API_URL="/dev-api"
|
||||||
|
# 微前端地址
|
||||||
|
VUE_APP_REMOTES_URL="http://119.45.158.12/common/"
|
||||||
|
# 当前应用部署地址
|
||||||
|
VUE_APP_EXPOSES_URL=""
|
|
@ -0,0 +1,12 @@
|
||||||
|
#生产环境
|
||||||
|
NODE_ENV:"production"
|
||||||
|
# 页面标题
|
||||||
|
VUE_APP_TITLE = 汉邦唐全真数字服务平台
|
||||||
|
# UE4服务地址
|
||||||
|
VUE_APP_PALYER_URL="192.168.1.66:8080"
|
||||||
|
# 服务地址
|
||||||
|
VUE_APP_BASE_API_URL=""
|
||||||
|
# 微前端地址
|
||||||
|
VUE_APP_REMOTES_URL="http://119.45.158.12/common/"
|
||||||
|
# 当前应用部署地址
|
||||||
|
VUE_APP_EXPOSES_URL=""
|
|
@ -0,0 +1,12 @@
|
||||||
|
#测试环境
|
||||||
|
NODE_ENV:"development"
|
||||||
|
# 页面标题
|
||||||
|
VUE_APP_TITLE = 汉邦唐全真数字服务平台
|
||||||
|
# UE4服务地址
|
||||||
|
VUE_APP_PALYER_URL="192.168.1.66:8080"
|
||||||
|
# 服务地址
|
||||||
|
VUE_APP_BASE_API_URL=""
|
||||||
|
# 微前端地址
|
||||||
|
VUE_APP_REMOTES_URL="http://192.168.2.99:8080"
|
||||||
|
# 当前应用部署地址
|
||||||
|
VUE_APP_EXPOSES_URL=""
|
|
@ -0,0 +1 @@
|
||||||
|
ac.min.js
|
|
@ -0,0 +1,25 @@
|
||||||
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
/dist
|
||||||
|
package-lock.json
|
||||||
|
/src/assets/common
|
||||||
|
|
||||||
|
|
||||||
|
# local env files
|
||||||
|
# .env.local
|
||||||
|
# .env.*.local
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
Loading…
Reference in New Issue