pages.json 7.1 KB
Newer Older
H
init.  
hdx 已提交
1 2 3 4 5 6 7
{
  "pages": [{
      "path": "pages/index",
      "style": {
        "navigationBarTitleText": "hello uvue"
      }
    },
H
hdx 已提交
8
    {
H
hdx 已提交
9
      "path": "pages/directive/v-bind/v-bind",
H
hdx 已提交
10 11 12 13
      "style": {
        "navigationBarTitleText": "v-bind"
      }
    },
H
hdx 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
    {
      "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"
    //   }
    // },
H
init.  
hdx 已提交
38
    {
H
hdx 已提交
39
      "path": "pages/directive/v-for/v-for",
H
init.  
hdx 已提交
40 41 42 43
      "style": {
        "navigationBarTitleText": "v-for"
      }
    },
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
    {
      "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"
      }
    },
H
hdx 已提交
62 63 64 65 66 67
    {
      "path": "pages/directive/v-for/v-for-v-for",
      "style": {
        "navigationBarTitleText": "v-for-v-for"
      }
    },
H
init.  
hdx 已提交
68
    {
H
hdx 已提交
69
      "path": "pages/directive/v-if/v-if",
H
init.  
hdx 已提交
70 71 72
      "style": {
        "navigationBarTitleText": "v-if"
      }
H
hdx 已提交
73 74
    },
    {
H
hdx 已提交
75
      "path": "pages/directive/v-model/v-model",
H
hdx 已提交
76 77 78 79 80
      "style": {
        "navigationBarTitleText": "v-model"
      }
    },
    {
H
hdx 已提交
81
      "path": "pages/directive/v-on/v-on",
H
hdx 已提交
82 83 84 85 86
      "style": {
        "navigationBarTitleText": "v-on"
      }
    },
    {
H
hdx 已提交
87
      "path": "pages/directive/v-once/v-once",
H
hdx 已提交
88 89 90 91 92
      "style": {
        "navigationBarTitleText": "v-once"
      }
    },
    {
H
hdx 已提交
93
      "path": "pages/directive/v-show/v-show",
H
hdx 已提交
94 95 96 97 98
      "style": {
        "navigationBarTitleText": "v-show"
      }
    },
    {
H
hdx 已提交
99
      "path": "pages/directive/v-slot/v-slot",
H
hdx 已提交
100 101 102
      "style": {
        "navigationBarTitleText": "v-slot"
      }
DCloud-WZF's avatar
DCloud-WZF 已提交
103 104
    },
    {
H
hdx 已提交
105
      "path": "pages/lifecycle/page/page",
DCloud-WZF's avatar
DCloud-WZF 已提交
106
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
107 108
        "navigationBarTitleText": "page-lifecycle",
        "enablePullDownRefresh": true
DCloud-WZF's avatar
DCloud-WZF 已提交
109
      }
crlfe's avatar
crlfe 已提交
110
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
111
    {
H
hdx 已提交
112
      "path": "pages/lifecycle/component/component",
DCloud-WZF's avatar
DCloud-WZF 已提交
113 114 115 116
      "style": {
        "navigationBarTitleText": "component-lifecycle"
      }
    },
crlfe's avatar
crlfe 已提交
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
    {
      "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()"
      }
194
    },
H
hdx 已提交
195
    {
H
hdx 已提交
196
      "path": "pages/component-instance/methods/call-method-uni-element",
H
hdx 已提交
197
      "style": {
H
hdx 已提交
198
        "navigationBarTitleText": "call-method-uni-element"
H
hdx 已提交
199 200 201
      }
    },
    {
H
hdx 已提交
202
      "path": "pages/component-instance/methods/call-method-easycom",
H
hdx 已提交
203
      "style": {
H
hdx 已提交
204
        "navigationBarTitleText": "call-method-easycom"
H
hdx 已提交
205 206 207
      }
    },
    {
H
hdx 已提交
208
      "path": "pages/component-instance/methods/call-method-easycom-uni-modules",
H
hdx 已提交
209
      "style": {
H
hdx 已提交
210 211 212 213 214 215 216
        "navigationBarTitleText": "call-method-easycom-uni-modules"
      }
    },
    {
      "path": "pages/component-instance/methods/call-method-other",
      "style": {
        "navigationBarTitleText": "call-method-other"
H
hdx 已提交
217 218
      }
    },
219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
    {
      "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
      }
study夏羽's avatar
study夏羽 已提交
250
    },
H
hdx 已提交
251 252 253 254 255 256 257 258 259 260 261 262 263
    {
      "path": "pages/rendering/slots/slots",
      "style": {
        "navigationBarTitleText": "slots",
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/rendering/template/template",
      "style": {
        "navigationBarTitleText": "template",
        "enablePullDownRefresh": false
      }
264 265 266 267 268 269 270
    },
    {
      "path": "pages/examples/nested-component-communication/nested-component-communication",
      "style": {
        "navigationBarTitleText": "嵌套组件通信",
        "enablePullDownRefresh": false
      }
H
hdx 已提交
271
    }
H
init.  
hdx 已提交
272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296
  ],
  "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函数里面得到
    }]
  }
}