diff --git a/.env.production b/.env.production index 4b4e686..1b80ea4 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -VUE_APP_API_BASE_URL=http://admin.web.epartylive.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 49a2825..1b8fda5 100644 --- a/src/components/header/index.vue +++ b/src/components/header/index.vue @@ -6,7 +6,7 @@ MS - e-party管理系统 + MoliParty管理系统 diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 439b21e..8b9ffed 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -4,7 +4,7 @@ :style="[smsSwitch ? 'height: 350px' : '']"> - E-Party 管 理 系 统 + MoliParty 管 理 系 统 { - args[0].title = 'E-Party管理后台' // 设置网页标题 + args[0].title = 'MoliParty管理后台' // 设置网页标题 return args }) },