1 Star 0 Fork 0

白虎小组/adProfitableAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
admin.config.js 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
刘超 提交于 2024-06-03 16:37 . 提交
export default {
login: {
url: '/pages/login/login' // 登录页面路径
},
index: {
url: '/pages/index/index' // 登录后跳转的第一个页面
},
error: {
url: '/pages/error/404' // 404 Not Found 错误页面路径
},
navBar: { // 顶部导航
logo: '/static/logozs.png', // 左侧 Logo
links: [],
debug: {
enable: process.env.NODE_ENV !== 'production', //是否显示错误信息
engine: [{ // 搜索引擎配置(每条错误信息后,会自动生成搜索链接,点击后跳转至搜索引擎)
name: '百度',
url: 'https://www.baidu.com/baidu?wd=ERR_MSG'
}, {
name: '谷歌',
url: 'https://www.google.com/search?q=ERR_MSG'
}]
}
},
sideBar: {
// 左侧菜单
// 配置静态菜单列表(放置在用户被授权的菜单列表下边)
// staticMenu: [{
// menu_id: "demo",
// text: '静态功能演示',
// icon: 'uni-icons-list',
// url: "",
// children: [{
// menu_id: "icons",
// text: '图标',
// icon: 'uni-icons-star',
// value: '/pages/demo/icons/icons',
// }, {
// menu_id: "table",
// text: '表格',
// icon: 'uni-icons-map',
// value: '/pages/demo/table/table',
// }]
// }]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whiteTigerTeam/ad-profitable-admin.git
git@gitee.com:whiteTigerTeam/ad-profitable-admin.git
whiteTigerTeam
ad-profitable-admin
adProfitableAdmin
master

搜索帮助