From 72eb502d728e4bdd729fd6aebd01f16a3208dae2 Mon Sep 17 00:00:00 2001 From: khalil <842328916@qq.com> Date: Mon, 13 Oct 2025 10:28:47 +0800 Subject: [PATCH] moliparty-prod url --- .env.production | 2 +- src/components/header/index.vue | 2 +- src/views/login/index.vue | 2 +- vue.config.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index bd53b08..1b80ea4 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -VUE_APP_API_BASE_URL=http://admin.web.pekolive.com +VUE_APP_API_BASE_URL=http://admin.web.moliparty.com VUE_APP_DEBUG_MODE=false \ No newline at end of file diff --git a/src/components/header/index.vue b/src/components/header/index.vue index 9c2f34a..1b8fda5 100644 --- a/src/components/header/index.vue +++ b/src/components/header/index.vue @@ -6,7 +6,7 @@ MS - molistar管理系统 + MoliParty管理系统 diff --git a/src/views/login/index.vue b/src/views/login/index.vue index f88c409..8b9ffed 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -4,7 +4,7 @@ :style="[smsSwitch ? 'height: 350px' : '']"> - MOLISTAR 管 理 系 统 + MoliParty 管 理 系 统 { - args[0].title = 'MOLISTAR管理后台' // 设置网页标题 + args[0].title = 'MoliParty管理后台' // 设置网页标题 return args }) },