|
|
@@ -4,29 +4,31 @@
|
|
|
"custom": {
|
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
|
|
|
"^y-(.*)": "@/uni_modules/y-$1/components/y-$1.vue",
|
|
|
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
|
+ "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
+ "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
+ "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
|
}
|
|
|
},
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "pages/home/index",
|
|
|
+ "path": "pages/tab-bar/home/index",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "首页"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/workbench/index",
|
|
|
+ "path": "pages/tab-bar/workbench/index",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "工作台"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/marketKit/index",
|
|
|
+ "path": "pages/tab-bar/support/index",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
- "navigationBarTitleText": "营销套件"
|
|
|
+ "navigationBarTitleText": "支持中心"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -38,13 +40,20 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/mine/mine",
|
|
|
+ "path": "pages/tab-bar/mine/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的",
|
|
|
"enablePullDownRefresh": false,
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "pages/common-search/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "公共搜索",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/enterprise/enterprise-list",
|
|
|
"style": {
|
|
|
@@ -166,6 +175,42 @@
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
+ "subPackages": [
|
|
|
+ {
|
|
|
+ "root": "pages-home",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "push-manage/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "推送管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "user-log/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "用户日志"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages-workbench",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "customer-manage/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "客户管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "project-manage/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "项目管理"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
@@ -179,22 +224,22 @@
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [
|
|
|
{
|
|
|
- "pagePath": "pages/home/index",
|
|
|
- "iconPath": "static/images/tabbar/home-icon.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/home-icon-h.png",
|
|
|
+ "pagePath": "pages/tab-bar/home/index",
|
|
|
+ "iconPath": "static/images/tabbar/icon-home.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/icon-home-h.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/workbench/index",
|
|
|
- "iconPath": "static/images/tabbar/home-icon.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/home-icon-h.png",
|
|
|
+ "pagePath": "pages/tab-bar/workbench/index",
|
|
|
+ "iconPath": "static/images/tabbar/workbench.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/workbench-h.png",
|
|
|
"text": "工作台"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/marketKit/index",
|
|
|
- "iconPath": "static/images/tabbar/home-icon.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/home-icon-h.png",
|
|
|
- "text": "营销套件"
|
|
|
+ "pagePath": "pages/tab-bar/support/index",
|
|
|
+ "iconPath": "static/images/tabbar/surpport.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/surpport.png",
|
|
|
+ "text": "支持中心"
|
|
|
},
|
|
|
// {
|
|
|
// "pagePath": "pages/list/list",
|
|
|
@@ -215,9 +260,9 @@
|
|
|
// "text": "消息"
|
|
|
// },
|
|
|
{
|
|
|
- "pagePath": "pages/mine/mine",
|
|
|
- "iconPath": "static/images/tabbar/mine-icon.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/mine-icon-h.png",
|
|
|
+ "pagePath": "pages/tab-bar/mine/index",
|
|
|
+ "iconPath": "static/images/tabbar/mine.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/mine-h.png",
|
|
|
"text": "我的"
|
|
|
}
|
|
|
]
|