1.增加vue3ui组件view-plus
2.修改登录为直接请求后台接口登录 3.隐藏tabbar,修改默认启动页
This commit is contained in:
57
pages.json
57
pages.json
@@ -3,25 +3,29 @@
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^my-(.*)": "@/components/my-components/my-$1.vue",
|
||||
"^u-(.*)": "@/components/my-components/u-$1/u-$1.vue"
|
||||
"^u-(.*)": "@/components/my-components/u-$1/u-$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"
|
||||
}
|
||||
},
|
||||
"pages": [{
|
||||
"path": "pages/adStart/adStart",
|
||||
"style": {
|
||||
"navigationBarTitleText": "开屏广告",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_INDEX",
|
||||
"path": "pages/index/indexCopy",
|
||||
"style": {
|
||||
"navigationBarTitleText": "首页",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
// {
|
||||
// "path": "pages/adStart/adStart",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "开屏广告",
|
||||
// "navigationStyle": "custom"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// "pageId": "PAGES_INDEX",
|
||||
// "path": "pages/index/indexCopy",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "首页",
|
||||
// "navigationStyle": "custom",
|
||||
// "enablePullDownRefresh": true
|
||||
// }
|
||||
// },
|
||||
{
|
||||
"pageId": "PAGES_INDEX",
|
||||
"path": "pages/index/index",
|
||||
@@ -1266,18 +1270,21 @@
|
||||
"spacing": "5px",
|
||||
"height": "58px",
|
||||
"backgroundColor": "#FCFCFC",
|
||||
"list": [{
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/tabImg/index.png",
|
||||
"selectedIconPath": "static/tabImg/index-select.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/order",
|
||||
"iconPath": "static/tabImg/order.png",
|
||||
"selectedIconPath": "static/tabImg/order-select.png",
|
||||
"text": "订单"
|
||||
},
|
||||
}
|
||||
// ,
|
||||
// {
|
||||
// "pagePath": "pages/order/order",
|
||||
// "iconPath": "static/tabImg/order.png",
|
||||
// "selectedIconPath": "static/tabImg/order-select.png",
|
||||
// "text": "订单"
|
||||
// }
|
||||
,
|
||||
{
|
||||
"pagePath": "pages/user/user",
|
||||
"iconPath": "static/tabImg/user.png",
|
||||
|
||||
Reference in New Issue
Block a user