diff --git a/.idea/compiler.xml b/.idea/compiler.xml index abfc6bb..bc5b12f 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -2,6 +2,7 @@ + diff --git a/admin-pc/.env b/admin-pc/.env index 28f64d2..0346d4b 100644 --- a/admin-pc/.env +++ b/admin-pc/.env @@ -1,5 +1,5 @@ NODE_ENV=production -VUE_APP_PLATFORM_NAME=三只青蛙系统 +VUE_APP_PLATFORM_NAME=农闲宝后台系统 # 开启单点登录 VUE_APP_SSO=false # 开启微应用模式 diff --git a/admin-pc/.env.development b/admin-pc/.env.development index d1f4abb..b1751fa 100644 --- a/admin-pc/.env.development +++ b/admin-pc/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8000/rice-admin/ +VUE_APP_API_BASE_URL=https://houserent-admin.hhlm1688.com/houserent-admin/ VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/admin-pc/.env.production b/admin-pc/.env.production index eb68d5d..1a73620 100644 --- a/admin-pc/.env.production +++ b/admin-pc/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://localhost:8000/rice-admin/ +VUE_APP_API_BASE_URL=https://houserent-admin.hhlm1688.com/houserent-admin/ VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file diff --git a/admin-pc/public/index.html b/admin-pc/public/index.html index 948290d..3d86629 100644 --- a/admin-pc/public/index.html +++ b/admin-pc/public/index.html @@ -5,7 +5,7 @@ - 三只青蛙系统 + 农闲宝后台系统