@webank/fes-core
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@webank/fes-core", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "一个好用的前端管理台快速开发框架", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -208,6 +208,3 @@ import Vue from 'vue'; | ||
const defaultPage = await this.getDefaultPage(true); | ||
this.router.addRoutes([{ | ||
path: '/', | ||
redirect: () => defaultPage | ||
}]); | ||
this.router.push(defaultPage); | ||
} | ||
@@ -325,3 +322,3 @@ | ||
util.merge(App.prototype, util.event); | ||
// 暂时去掉package.json引入,安全检测不通过,因为打包后代码暴露wnpm内网地址http://10.107.103.115:8001 | ||
// 暂时去掉package.json引入,安全检测不通过 | ||
// App.prototype.version = packageConfig.version; | ||
@@ -328,0 +325,0 @@ App.prototype.engine = 'Vue'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
75909
1721