🐛更正关于

This commit is contained in:
chuzhixin 2020-10-03 13:01:34 +08:00
parent 47a8be74c4
commit a1f859322b
3 changed files with 3 additions and 3 deletions

View File

@ -285,7 +285,7 @@ const data = [
path: "more", path: "more",
name: "More", name: "More",
component: "@/views/vab/more/index", component: "@/views/vab/more/index",
meta: { title: "更多组件", permissions: ["admin"] }, meta: { title: "关于", permissions: ["admin"] },
}, },
], ],
}, },

View File

@ -332,7 +332,7 @@ export const asyncRoutes = [
path: "more", path: "more",
name: "More", name: "More",
component: () => import("@/views/vab/more/index"), component: () => import("@/views/vab/more/index"),
meta: { title: "更多组件", permissions: ["admin"] }, meta: { title: "关于", permissions: ["admin"] },
}, },
], ],
}, },

View File

@ -16,7 +16,7 @@
<ul> <ul>
<li>永久开源免费支持横纵布局切换</li> <li>永久开源免费支持横纵布局切换</li>
<li> <li>
保留控制台以及代码中的作者信息可免费商用页面中的作者信息可全部去除无需保留 保留浏览器控制台打印即可免费商用页面中的作者信息可全部去除无需保留
</li> </li>
<li> <li>
开源地址 开源地址