@@ -42,9 +42,6 @@ module.exports = options => {
throw '系统维护中~';
}
- // 对sub_menu项目默认打开页进行配置
- const record = yield this.service.settingShow.getDefaultPath();
- this.curListUrl = record.path;
} catch (error) {
console.log(error);