123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/common/launch",
- "style": {
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/auth/login",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "",
- "app-plus":{
- "titleNView":{
- "autoBackButton":false
- }
-
- }
-
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/user/index",
- "style" :
- {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/customer/index",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "客户",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/msg/index",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/ai/index",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "AI智能客服",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/about",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "关于我们",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/editPwd",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/editUser",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "用户信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/userInfo",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "用户信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/qwSop/sop",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "群发列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/qwSop/sopLosList",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "群发记录",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/qwSop/sopLogsDetails",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "记录详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/courseSop/sop",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "群发列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/courseSop/sopLosList",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "群发记录",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/courseSop/sopLogsDetails",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "记录详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/users/users",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "员工列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/users/userInfo",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "员工详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/crm/lineCustomer",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "线索客户",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/crm/myCustomer",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的客户",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/crm/customerDetails",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "客户详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/crm/importWxUser",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "导入客户",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "pages/courseManage/index",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },{
- "path" : "pages/courseManage/statistics",
- "style" :
- {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- }
-
- ],
- "globalStyle": {
- // "navigationStyle": "custom", // 设置成 custom 即可解决微信H5双标题的问题
- "navigationBarTitleText": "销售管理端",
- "navigationBarBackgroundColor": "#115296",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#7e7e7e",
- "selectedColor": "#115296",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize":"12px",
- "iconWidth":"18px",
- "spacing": "4px",
- "list": [
- // {
- // "pagePath": "pages/index/index",
- // "iconPath": "/static/images/home.png",
- // "selectedIconPath": "/static/images/home_select.png",
- // "text": "首页"
- // },
- {
- "pagePath": "pages/customer/index",
- "iconPath": "/static/images/order.png",
- "selectedIconPath": "/static/images/order_select.png",
- "text": "客户"
- },
- {
- "pagePath": "pages/msg/index",
- "iconPath": "/static/images/report.png",
- "selectedIconPath": "/static/images/report_select.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/images/my.png",
- "selectedIconPath": "/static/images/my_select.png",
- "text": "我的"
- }
- ]
- }
- }
|