From ada1dbc49ea7f4e7a5e62886680bb48e8cb0e4fb Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 3 Jul 2024 10:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20=E6=B1=87=E8=9E=8D=20?= =?UTF-8?q?=E5=AD=97=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-portal-ui/.env.development | 2 +- yxt-portal-ui/src/layout/components/Navbar.vue | 4 ++-- yxt-portal-ui/src/settings.js | 2 +- yxt-portal-ui/src/views/Home/Home.vue | 18 +++++++++--------- yxt-portal-ui/src/views/login/login.vue | 6 +++--- yxt-portal-ui/vue.config.js | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/yxt-portal-ui/.env.development b/yxt-portal-ui/.env.development index 4666716e..140955d6 100644 --- a/yxt-portal-ui/.env.development +++ b/yxt-portal-ui/.env.development @@ -5,5 +5,5 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://192.168.1.104:7008" +VUE_APP_URL = "http://192.168.0.105:7008" #VUE_APP_URL = "http://8.130.39.13:8112" diff --git a/yxt-portal-ui/src/layout/components/Navbar.vue b/yxt-portal-ui/src/layout/components/Navbar.vue index f9156b0f..5debc47e 100644 --- a/yxt-portal-ui/src/layout/components/Navbar.vue +++ b/yxt-portal-ui/src/layout/components/Navbar.vue @@ -1,7 +1,7 @@ diff --git a/yxt-portal-ui/src/settings.js b/yxt-portal-ui/src/settings.js index b6530e1e..7b771ab0 100644 --- a/yxt-portal-ui/src/settings.js +++ b/yxt-portal-ui/src/settings.js @@ -1,6 +1,6 @@ module.exports = { - title: '汇融云仓贷后监管平台', + title: '云仓贷后监管平台', /** * @type {boolean} true | false diff --git a/yxt-portal-ui/src/views/Home/Home.vue b/yxt-portal-ui/src/views/Home/Home.vue index a7ce5266..90b6606b 100644 --- a/yxt-portal-ui/src/views/Home/Home.vue +++ b/yxt-portal-ui/src/views/Home/Home.vue @@ -2,7 +2,7 @@

- 汇融云仓贷后监管平台 + 云仓贷后监管平台

欢迎您:

@@ -80,7 +80,7 @@

{{ item.title }}

-

Copyright © {{ year }} 汇融云仓贷后监管平台 All Rights Reserved

+

Copyright © {{ year }} 云仓贷后监管平台 All Rights Reserved