From 466f8877a80c2437a0c0794994204fb3dc7dfd12 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sun, 19 May 2024 00:05:37 +0800
Subject: [PATCH] localhost
---
src/router/index.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index a0e4de3..a6c7385 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -245,7 +245,7 @@
path: "/setting",
name: "setting",
meta: {
- title: "设置",
+ title: "Setting",
requireAuth: true,
index: 91
},
@@ -436,7 +436,7 @@
path: "/yebs",
name: "yebs",
meta: {
- title: "余额宝记录",
+ title: "yebs—history",
requireAuth: true,
index: 1000
},
@@ -685,8 +685,9 @@
path: "/alertdetail",
name: "alertdetail",
meta: {
- title: "公告详情",
+ title: "Announcement details",
requireAuth: true,
+ hasHeader: true,
index: 40
},
component: Alertdetail
--
Gitblit v1.9.3