refactor(settings): 调整设置模块中的导航配置项名称
- 将 settings 模块中的 navType 配置项重命名为 topNav - 更新 settings.js 中对应的配置项名称 - 移除 main.js 中的注释乱码内容 - 调整依赖包版本,包括 axios、follow-redirects、proxy-from-env 等 - 添加 https-proxy-agent、agent-base、debug、ms 等新的依赖包 - 修复项目名称从 his-repo 更改为 his - 优化 main.js 中的注释国际化处理
This commit is contained in:
@@ -19,7 +19,7 @@ export default {
|
||||
/**
|
||||
* 菜单导航模式 1、纯左侧 2、混合(左侧+顶部) 3、纯顶部
|
||||
*/
|
||||
navType: 1,
|
||||
topNav: 1,
|
||||
|
||||
/**
|
||||
* 是否显示 tagsView
|
||||
|
||||
Reference in New Issue
Block a user