| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- }
- ,{
- "path" : "pages/my/about/about",
- "style" :
- {
- "navigationBarTitleText": "关于",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/cb/index/index",
- "style" :
- {
- "navigationBarTitleText": "测报系统",
- "enablePullDownRefresh": true,
- "navigationStyle":"custom"
- }
- }
- ,{
- "path" : "pages/my/user-info/user-info",
- "style" :
- {
- "navigationBarTitleText": "个人信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/my/feedback/feedback",
- "style" :
- {
- "navigationBarTitleText": "反馈",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/search/search",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus":{
- "bounce": "none",
- "titleNView":{
- "searchInput":{
- "autoFocus":true,
- "align":"center",
- "placeholder":"输入设备号搜索",
- "borderRadius":"50px",
- "backgroundColor":"#E4E4E4",
- "placeholderColor":"#333"
- }
- }
- }
- }
-
- }
- ,{
- "path" : "pages/cb/equip-detail/equip-detail",
- "style" :
- {
- "navigationBarTitleText": "设备详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/cb/cbd/equip-set/equip-set",
- "style" :
- {
- "navigationBarTitleText": "设备控制",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/equipMange/index/index",
- "style" :
- {
- "navigationBarTitleText": "设备分配",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- },
- {
- "path" : "pages/equipMange/index/addusers",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/equipMange/index/useroperation",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/equipMange/index/changepasswold",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/equipMange/index/assignment",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/cb/bzy/equip-set/equip-set",
- "style" :
- {
- "navigationBarTitleText": "设备控制",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/cb/xy/equip-set/equip-set",
- "style" :
- {
- "navigationBarTitleText": "设备控制",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/cb/sim/sim",
- "style" :
- {
- "navigationBarTitleText": "sim卡详情",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "condition": { //模式配置,仅开发期间生效
- "current": 3, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "about",
- "path" : "pages/my/about/about"
- },{
- "name":"feedback",
- "path" : "pages/my/feedback/feedback"
- },{
- "name":"cdIndex",
- "path" : "pages/cb/index/index"
- },{
- "name":"login",
- "path" : "pages/login/login"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "大数据平台",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#ff0000"
- }
- }
|