From 5be4f02d9fc7e1fb017e3f4f2317d49220549553 Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Mon, 14 Sep 2020 20:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0yshop3.1=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/settings.js | 2 +- src/views/login.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index e1465ff..1848ec3 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ ENV = 'production' # 接口地址 -VUE_APP_BASE_API = 'https://consoleapi.xinxintuan.co' -VUE_APP_WS_API = 'ws://consoleapi.xinxintuan.co' +VUE_APP_BASE_API = 'http://127.0.0.1:8001' +VUE_APP_WS_API = 'ws:///127.0.0.1:8001' diff --git a/src/settings.js b/src/settings.js index b923256..2cd68b8 100644 --- a/src/settings.js +++ b/src/settings.js @@ -2,7 +2,7 @@ module.exports = { /** * @description 网站标题 */ - title: 'YSHOP-3.0', + title: 'YSHOP-3.1', /** * @description 是否显示 tagsView */ diff --git a/src/views/login.vue b/src/views/login.vue index 23744c1..66e6333 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -2,7 +2,7 @@

- YSHOP后台管理系统-3.0 + YSHOP后台管理系统-3.1