first commit

This commit is contained in:
Your Name
2024-12-26 12:14:47 +08:00
commit 7dd5e5b259
121 changed files with 15759 additions and 0 deletions
+109
View File
@@ -0,0 +1,109 @@
{
"globalStyle": {
"navigationStyle": "default",
"navigationBarTitleText": "unibest",
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFFFFF"
},
"easycom": {
"autoscan": true,
"custom": {
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
}
},
"tabBar": {
"color": "#999999",
"selectedColor": "#0E57A2",
"backgroundColor": "#ffffff",
"borderStyle": "#E7E7E7",
"height": "56px",
"fontSize": "10px",
"iconWidth": "20px",
"spacing": "3px",
"list": [
{
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homeHL.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "static/tabbar/invest.png",
"selectedIconPath": "static/tabbar/investHL.png",
"pagePath": "pages/invest/index",
"text": "投资"
},
{
"iconPath": "static/tabbar/house.png",
"selectedIconPath": "static/tabbar/houseHL.png",
"pagePath": "pages/house/index",
"text": "房屋"
},
{
"iconPath": "static/tabbar/personal.png",
"selectedIconPath": "static/tabbar/personalHL.png",
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"pages": [
{
"path": "pages/login/index",
"type": "home",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/invest/index",
"type": "home",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "投资"
}
},
{
"path": "pages/index/index",
"type": "home",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/house/index",
"type": "home",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "房屋"
}
},
{
"path": "pages/my/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "个人中心"
}
}
],
"subPackages": [
{
"root": "pages-sub",
"pages": [
{
"path": "demo/index",
"type": "page",
"needLogin": true,
"style": {
"navigationBarTitleText": "分包页面 标题"
}
}
]
}
]
}