{ "pages": [{ "path": "pages/index", "style": { "navigationBarTitleText": "hello uvue" } }, { "path": "pages/directive/v-bind/v-bind", "style": { "navigationBarTitleText": "v-bind" } }, { "path": "pages/directive/v-bind/v-bind-class", "style": { "navigationBarTitleText": "v-bind-class" } }, { "path": "pages/directive/v-bind/v-bind-style", "style": { "navigationBarTitleText": "v-bind-style" } }, { "path": "pages/directive/v-bind/v-bind-props", "style": { "navigationBarTitleText": "v-bind-props" } }, // { // "path": "pages/directive/v-bind/v-bind-attribute", // "style": { // "navigationBarTitleText": "v-bind-attribute" // } // }, { "path": "pages/directive/v-for/v-for", "style": { "navigationBarTitleText": "v-for" } }, { "path": "pages/directive/v-for/v-for-item-click", "style": { "navigationBarTitleText": "v-for-item-click" } }, { "path": "pages/directive/v-for/v-for-item-v-if", "style": { "navigationBarTitleText": "v-for-item-v-if" } }, { "path": "pages/directive/v-for/v-for-item-v-show", "style": { "navigationBarTitleText": "v-for-item-v-show" } }, { "path": "pages/directive/v-for/v-for-v-for", "style": { "navigationBarTitleText": "v-for-v-for" } }, { "path": "pages/directive/v-if/v-if", "style": { "navigationBarTitleText": "v-if" } }, { "path": "pages/directive/v-model/v-model", "style": { "navigationBarTitleText": "v-model" } }, { "path": "pages/directive/v-on/v-on", "style": { "navigationBarTitleText": "v-on" } }, { "path": "pages/directive/v-once/v-once", "style": { "navigationBarTitleText": "v-once" } }, { "path": "pages/directive/v-show/v-show", "style": { "navigationBarTitleText": "v-show" } }, { "path": "pages/directive/v-slot/v-slot", "style": { "navigationBarTitleText": "v-slot" } }, { "path": "pages/lifecycle/page/page", "style": { "navigationBarTitleText": "page-lifecycle" } }, { "path": "pages/lifecycle/component/component", "style": { "navigationBarTitleText": "component-lifecycle" } }, { "path": "pages/component-instance/data/data", "style": { "navigationBarTitleText": "$data" } }, { "path": "pages/component-instance/props/props", "style": { "navigationBarTitleText": "$props" } }, { "path": "pages/component-instance/el/el", "style": { "navigationBarTitleText": "$el" } }, { "path": "pages/component-instance/options/options", "style": { "navigationBarTitleText": "$options" } }, { "path": "pages/component-instance/parent/parent", "style": { "navigationBarTitleText": "$parent" } }, { "path": "pages/component-instance/root/root", "style": { "navigationBarTitleText": "$root" } }, { "path": "pages/component-instance/slots/slots", "style": { "navigationBarTitleText": "$slots" } }, { "path": "pages/component-instance/refs/refs", "style": { "navigationBarTitleText": "$refs" } }, { "path": "pages/component-instance/attrs/attrs", "style": { "navigationBarTitleText": "$attrs" } }, { "path": "pages/component-instance/watch-function/watch-function", "style": { "navigationBarTitleText": "$watch()" } }, { "path": "pages/component-instance/emit-function/emit-function", "style": { "navigationBarTitleText": "$emit()" } }, { "path": "pages/component-instance/forceUpdate-function/forceUpdate-function", "style": { "navigationBarTitleText": "$forceUpdate()" } }, { "path": "pages/component-instance/nextTick-function/nextTick-function", "style": { "navigationBarTitleText": "$nextTick()" } }, { "path": "pages/state/data/data", "style": { "navigationBarTitleText": "data", "enablePullDownRefresh": false } }, { "path": "pages/state/methods/methods", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/state/props/props", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/state/computed/computed", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/state/watch/watch", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/rendering/slots/slots", "style": { "navigationBarTitleText": "slots", "enablePullDownRefresh": false } }, { "path": "pages/rendering/template/template", "style": { "navigationBarTitleText": "template", "enablePullDownRefresh": false } } ], "globalStyle": { "pageOrientation": "portrait", "navigationBarTitleText": "Hello UVUE", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#F8F8F8", "backgroundColorTop": "#F4F5F6", "backgroundColorBottom": "#F4F5F6", "h5": { "maxWidth": 1190, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F1F1F1" } }, "uniIdRouter": {}, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [{ "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 }] } }