4 Star 9 Fork 6

huge-dream / dvadmin-uniapp-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
猿小天 提交于 2023-03-30 22:48 . chore: 🔧 个人中心优化
{
"easycom": {
"^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
},
"insetLoader": {
"config": {
"confirm": "<global-dialog ref='globalDialog' />"
},
"label": ["confirm"],
"rootEle": "view"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "tm-vuetify",
"navigationStyle": "custom",
"backgroundColor": "#F2F6FF"
}
}, {
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"subPackages": [
// 隐私条款
{
"root": "subPackages",
"pages": [
{
"path": "clause/commonProblem",
"style": {
"navigationBarTitleText": "常见问题",
"navigationStyle": "custom",
"backgroundColor": "#000"
}
},
{
"path": "clause/privacy",
"style": {
"navigationBarTitleText": "隐私政策",
"navigationStyle": "custom",
"backgroundColor": "#000"
}
}, {
"path": "clause/termsService",
"style": {
"navigationBarTitleText": "使用协议",
"navigationStyle": "custom",
"backgroundColor": "#000"
}
}
]
}
],
"preloadRule": {
"pages/login/index": {
"network": "all",
"packages": ["subPackages"]
}
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "tm-vuetify",
"navigationBarBackgroundColor": "#3B5CFF",
"backgroundColor": "#FFFFFF"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选nvuepages/index/index
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
1
https://gitee.com/huge-dream/dvadmin-uniapp-app.git
git@gitee.com:huge-dream/dvadmin-uniapp-app.git
huge-dream
dvadmin-uniapp-app
dvadmin-uniapp-app
master

搜索帮助