Fetch the repository succeeded.
This action will force synchronization from report/ReportPro, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
export default {
login: {
url: '/pages/login/login' // 登录页面路径
},
index: {
url: '/pages/index/index' // 登录后跳转的第一个页面
},
error: {
url: '/pages/error/404' // 404 Not Found 错误页面路径
},
navBar: { // 顶部导航
logo: '/static/logo.png', // 左侧 Logo
links: [{ // 右侧链接
text: '框架文档',
url: 'https://uniapp.dcloud.net.cn/uniCloud/admin'
}, {
text: '浏览更多插件',
url: 'https://ext.dcloud.net.cn/?cat1=7&cat2=74'
}],
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",
name: '静态功能演示',
icon: 'uni-icons-list',
url: "",
children: [{
menu_id: "icons",
name: '图标',
icon: 'uni-icons-star',
url: '/pages/demo/icons/icons',
}, {
menu_id: "table",
name: '表格',
icon: 'uni-icons-map',
url: '/pages/demo/table/table',
}]
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。