From 13526bf626b2cef0accff5719532a741a82cc14e Mon Sep 17 00:00:00 2001 From: lzx_mac <2602107437@qq.com> Date: Tue, 26 Nov 2024 13:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 1 + admin-pc/.env | 2 +- admin-pc/.env.development | 2 +- admin-pc/.env.production | 2 +- admin-pc/public/index.html | 4 ++-- admin-pc/public/logo.png | Bin 8189 -> 18377 bytes admin-pc/src/assets/logo.png | Bin 8189 -> 18377 bytes admin-pc/src/components/layouts/TabLayout.vue | 2 +- admin-pc/src/components/layouts/UserLayout.vue | 2 +- admin-pc/src/components/page/GlobalHeader.vue | 4 ++-- admin-pc/src/components/tools/Logo.vue | 2 +- 11 files changed, 11 insertions(+), 10 deletions(-) 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 @@ - 三只青蛙系统 + 农闲宝后台系统