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