From cf2fc3e9cecd284a992b49cb6c54a1fa4d0ac070 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Tue, 17 Dec 2024 18:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-pc/.env.development | 2 +- admin-pc/.env.production | 2 +- admin-pc/src/components/tools/Logo.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-pc/.env.development b/admin-pc/.env.development index 44b5463..0418b23 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/popularize-admin/ +VUE_APP_API_BASE_URL=https://popularize-admin.hhlm1688.com/popularize-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 951f772..72fc010 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/popularize-admin/ +VUE_APP_API_BASE_URL=https://popularize-admin.hhlm1688.com/popularize-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/src/components/tools/Logo.vue b/admin-pc/src/components/tools/Logo.vue index eb1b8ca..af35a37 100644 --- a/admin-pc/src/components/tools/Logo.vue +++ b/admin-pc/src/components/tools/Logo.vue @@ -21,7 +21,7 @@ props: { title: { type: String, - default: '陌美人', + default: '活动推广', required: false }, showTitle: {