148 lines
3.5 KiB
JSON
148 lines
3.5 KiB
JSON
{
|
|
"easycom": {
|
|
"custom": {
|
|
"u-city-select": "@/components/u-city-select/u-city-select.vue",
|
|
"geek-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
|
|
"gx-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
|
|
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
"qiun-(.*)": "@/components/qiun-data-charts/components/qiun-$1/qiun-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "纪念币查询"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/banknote/index",
|
|
"style": {
|
|
"navigationBarTitleText": "纪念钞查询"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/metal/index",
|
|
"style": {
|
|
"navigationBarTitleText": "贵金属查询"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/register",
|
|
"style": {
|
|
"navigationBarTitleText": "平台用户注册"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/webview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览网页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/textview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览文本"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages_mine/pages",
|
|
"pages": [
|
|
{
|
|
"path": "avatar/index",
|
|
"style": {
|
|
"navigationBarTitleText": "修改头像"
|
|
}
|
|
},
|
|
{
|
|
"path": "info/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "info/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pwd/index",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
},
|
|
{
|
|
"path": "setting/index",
|
|
"style": {
|
|
"navigationBarTitleText": "应用设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "help/index",
|
|
"style": {
|
|
"navigationBarTitleText": "常见问题"
|
|
}
|
|
},
|
|
{
|
|
"path": "about/index",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|
|
],
|
|
"tabBar": {
|
|
"color": "#64748b",
|
|
"selectedColor": "#0f766e",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "static/images/tabbar/tab-coin.png",
|
|
"selectedIconPath": "static/images/tabbar/tab-coin-active.png",
|
|
"text": "纪念币"
|
|
},
|
|
{
|
|
"pagePath": "pages/banknote/index",
|
|
"iconPath": "static/images/tabbar/tab-banknote.png",
|
|
"selectedIconPath": "static/images/tabbar/tab-banknote-active.png",
|
|
"text": "纪念钞"
|
|
}
|
|
,
|
|
{
|
|
"pagePath": "pages/metal/index",
|
|
"iconPath": "static/images/tabbar/tab-metal.png",
|
|
"selectedIconPath": "static/images/tabbar/tab-metal-active.png",
|
|
"text": "贵金属"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "RuoYi",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
}
|