Skip to content

Commit 54082c8

Browse files
committed
feat(*): v0.3.0
1 parent a16631f commit 54082c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ENV = 'development'
22

3-
VUE_APP_BASE_URL = 'http://pedro.7yue.pro/'
3+
VUE_APP_BASE_URL = 'http://localhost:5000/'

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22

3-
VUE_APP_BASE_URL = 'http://pedro.7yue.pro/'
3+
VUE_APP_BASE_URL = 'http://localhost:5000/'

src/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Config = {
66
sideBarLevel: 3, // 侧边栏层级限制, 3表示三级, 可设置 2 和 3
77
showSidebarSearch: true, // 默认打开侧边栏搜索
88
defaultRoute: '/about', // 默认打开的路由
9-
useFrontEndErrorMsg: false, // 默认采用后端返回异常
9+
useFrontEndErrorMsg: true, // 默认采用后端返回异常
1010
}
1111

1212
export default Config

0 commit comments

Comments
 (0)