From 7802b85ed26aaa51e1e2e7c7901286e8b0f8c1d3 Mon Sep 17 00:00:00 2001 From: Billy <1015018684@qq.com> Date: Tue, 11 Jan 2022 10:49:20 +0800 Subject: [PATCH] . --- src/const.js | 3 ++- src/views/SystemViews/Login.vue | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/const.js b/src/const.js index 3dcf83a..42ab87e 100644 --- a/src/const.js +++ b/src/const.js @@ -2,10 +2,11 @@ * @Author: Billy * @Date: 2020-09-10 09:49:13 * @LastEditors: Billy - * @LastEditTime: 2022-01-10 20:46:06 + * @LastEditTime: 2022-01-11 10:47:12 * @Description: 配置文件 */ export const PROJECT_NAME = '销售'; +export const LOGIN_PAGE_TITLE = '前端示例 2'; export const TOKEY_ATTR_NAME = 'X-Access-Token'; // TOKEN的属性名(即客户端传token到服务端,token的属性名) export const IS_LOGIN_NEEDED = true; // 系统是否需要登录后使用 diff --git a/src/views/SystemViews/Login.vue b/src/views/SystemViews/Login.vue index 3b501a4..882ed01 100644 --- a/src/views/SystemViews/Login.vue +++ b/src/views/SystemViews/Login.vue @@ -6,7 +6,7 @@