1.更新依赖 2.拆分公共配置

This commit is contained in:
chuzhixin 2020-10-05 18:06:50 +08:00
parent 9d44b56b22
commit 80b8eb589d
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"js-cookie": "^3.0.0-rc.1",
"mockjs": "^1.1.0",
"remixicon": "^2.5.0",
"vab-config": "0.0.2",
"vab-config": "0.0.3",
"vue": "^3.0.0",
"vue-router": "^4.0.0-beta.13",
"vuex": "^4.0.0-beta.4"

View File

@ -16,7 +16,7 @@ const setting = {
baseURL:
process.env.NODE_ENV === "development" ? "mock-server" : "mock-server",
//标题 (包括初次加载雪花屏的标题 页面的标题 浏览器的标题)
title: "vue-admin-beautiful-pro",
title: "vue-admin-beautiful-antdv",
//标题分隔符
titleSeparator: " - ",
//标题是否反转 如果为false:"page - title"如果为ture:"title - page"