From 93e8b0a26c3f4fab328d2220d9373aa79095935c Mon Sep 17 00:00:00 2001 From: "157578146@qq.com" <157578146@qq.com> Date: Mon, 21 Aug 2023 15:01:15 +0800 Subject: [PATCH] 8.21 --- src/pages/account/login/index.vue | 2 +- src/pages/digital/author/index.vue | 8 +++++--- src/router/routes.js | 2 +- src/setting.js | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pages/account/login/index.vue b/src/pages/account/login/index.vue index 46c54fb..41ec4e9 100644 --- a/src/pages/account/login/index.vue +++ b/src/pages/account/login/index.vue @@ -6,7 +6,7 @@
-
门店管理
+
发行方管理
diff --git a/src/pages/digital/author/index.vue b/src/pages/digital/author/index.vue index 02c386c..ce5c38e 100644 --- a/src/pages/digital/author/index.vue +++ b/src/pages/digital/author/index.vue @@ -26,7 +26,8 @@ - + + +
@@ -343,7 +345,7 @@ page: 1, limit: 15, title: "", - type: "", + type: 2, }, listLoading: false, total: 0, diff --git a/src/router/routes.js b/src/router/routes.js index 531ee45..5104469 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -28,7 +28,7 @@ import set from './modules/set'; const frameIn = [{ path: '/store/', meta: { - title: '元数仓商户端' + title: '元数仓发行方' }, redirect: { name: 'digital_' diff --git a/src/setting.js b/src/setting.js index 212ba33..2530522 100644 --- a/src/setting.js +++ b/src/setting.js @@ -23,7 +23,7 @@ const Setting = { * 基础配置 * */ // 网页标题的后缀 - titleSuffix: util.cookies.get('pageTitle') || '元数仓商户端', + titleSuffix: util.cookies.get('pageTitle') || '元数仓发行方', // 路由模式,可选值为 history 或 hash routerMode: 'history', // 页面切换时,是否显示模拟的进度条