pages.json 9.7 KB
Newer Older
H
init.  
hdx 已提交
1
{
2 3
  "pages": [
    {
H
init.  
hdx 已提交
4 5 6 7 8
      "path": "pages/index",
      "style": {
        "navigationBarTitleText": "hello uvue"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
9 10 11 12 13 14
    {
      "path": "pages/app-instance/index/index",
      "style": {
        "navigationBarTitleText": "app instance"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
15 16 17 18 19 20
		{
		  "path": "pages/app-instance/globalProperties/globalProperties",
		  "style": {
		    "navigationBarTitleText": "globalProperties"
		  }
		},
DCloud-WZF's avatar
DCloud-WZF 已提交
21 22 23 24 25 26
		{
			"path": "pages/built-in-component/keep-alive/keep-alive",
			"style": {
				"navigationBarTitleText": "keep-alive"
			}
		},
H
hdx 已提交
27
    {
H
hdx 已提交
28
      "path": "pages/directive/v-bind/v-bind",
H
hdx 已提交
29 30 31 32
      "style": {
        "navigationBarTitleText": "v-bind"
      }
    },
H
hdx 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
    {
      "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 已提交
57
    {
H
hdx 已提交
58
      "path": "pages/directive/v-for/v-for",
H
init.  
hdx 已提交
59 60 61 62
      "style": {
        "navigationBarTitleText": "v-for"
      }
    },
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
    {
      "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 已提交
81 82 83 84 85 86
    {
      "path": "pages/directive/v-for/v-for-v-for",
      "style": {
        "navigationBarTitleText": "v-for-v-for"
      }
    },
H
init.  
hdx 已提交
87
    {
H
hdx 已提交
88
      "path": "pages/directive/v-if/v-if",
H
init.  
hdx 已提交
89 90 91
      "style": {
        "navigationBarTitleText": "v-if"
      }
H
hdx 已提交
92 93
    },
    {
H
hdx 已提交
94
      "path": "pages/directive/v-model/v-model",
H
hdx 已提交
95 96 97 98 99
      "style": {
        "navigationBarTitleText": "v-model"
      }
    },
    {
H
hdx 已提交
100
      "path": "pages/directive/v-on/v-on",
H
hdx 已提交
101 102 103 104 105
      "style": {
        "navigationBarTitleText": "v-on"
      }
    },
    {
H
hdx 已提交
106
      "path": "pages/directive/v-once/v-once",
H
hdx 已提交
107 108 109 110
      "style": {
        "navigationBarTitleText": "v-once"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
111 112 113 114 115 116
		{
		  "path": "pages/directive/v-memo/v-memo",
		  "style": {
		    "navigationBarTitleText": "v-memo"
		  }
		},
DCloud-WZF's avatar
DCloud-WZF 已提交
117 118 119 120 121 122
		{
		  "path": "pages/directive/v-pre/v-pre",
		  "style": {
		    "navigationBarTitleText": "v-pre"
		  }
		},
H
hdx 已提交
123
    {
H
hdx 已提交
124
      "path": "pages/directive/v-show/v-show",
H
hdx 已提交
125 126 127 128 129
      "style": {
        "navigationBarTitleText": "v-show"
      }
    },
    {
H
hdx 已提交
130
      "path": "pages/directive/v-slot/v-slot",
H
hdx 已提交
131 132 133
      "style": {
        "navigationBarTitleText": "v-slot"
      }
DCloud-WZF's avatar
DCloud-WZF 已提交
134
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
135 136 137 138 139 140
    {
      "path": "pages/directive/v-html/v-html",
      "style": {
        "navigationBarTitleText": "v-html"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
141
    {
H
hdx 已提交
142
      "path": "pages/lifecycle/page/page",
DCloud-WZF's avatar
DCloud-WZF 已提交
143
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
144 145
        "navigationBarTitleText": "page-lifecycle",
        "enablePullDownRefresh": true
DCloud-WZF's avatar
DCloud-WZF 已提交
146
      }
crlfe's avatar
crlfe 已提交
147
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
148
    {
H
hdx 已提交
149
      "path": "pages/lifecycle/component/component",
DCloud-WZF's avatar
DCloud-WZF 已提交
150 151 152 153
      "style": {
        "navigationBarTitleText": "component-lifecycle"
      }
    },
crlfe's avatar
crlfe 已提交
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 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
    {
      "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()"
      }
    },
214 215 216 217 218 219
    {
      "path": "pages/component-instance/watch-function/watch-array",
      "style": {
        "navigationBarTitleText": "watch-array"
      }
    },
crlfe's avatar
crlfe 已提交
220 221 222 223 224 225
    {
      "path": "pages/component-instance/emit-function/emit-function",
      "style": {
        "navigationBarTitleText": "$emit()"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
226 227 228 229 230 231
		{
		  "path": "pages/component-instance/force-update/force-update",
		  "style": {
		    "navigationBarTitleText": "$forceUpdate"
		  }
		},
crlfe's avatar
crlfe 已提交
232 233 234 235 236
    {
      "path": "pages/component-instance/nextTick-function/nextTick-function",
      "style": {
        "navigationBarTitleText": "$nextTick()"
      }
237
    },
H
hdx 已提交
238
    {
H
hdx 已提交
239
      "path": "pages/component-instance/methods/call-method-uni-element",
H
hdx 已提交
240
      "style": {
H
hdx 已提交
241
        "navigationBarTitleText": "call-method-uni-element"
H
hdx 已提交
242 243 244
      }
    },
    {
H
hdx 已提交
245
      "path": "pages/component-instance/methods/call-method-easycom",
H
hdx 已提交
246
      "style": {
H
hdx 已提交
247
        "navigationBarTitleText": "call-method-easycom"
H
hdx 已提交
248 249 250
      }
    },
    {
H
hdx 已提交
251
      "path": "pages/component-instance/methods/call-method-easycom-uni-modules",
H
hdx 已提交
252
      "style": {
H
hdx 已提交
253 254 255 256 257 258 259
        "navigationBarTitleText": "call-method-easycom-uni-modules"
      }
    },
    {
      "path": "pages/component-instance/methods/call-method-other",
      "style": {
        "navigationBarTitleText": "call-method-other"
H
hdx 已提交
260 261
      }
    },
262 263 264 265 266 267
    {
      "path": "pages/component-instance/circular-reference/circular-reference",
      "style": {
        "navigationBarTitleText": "circular reference"
      }
    },
268 269 270 271 272 273 274 275 276 277 278 279 280
    {
      "path": "pages/state/data/data",
      "style": {
        "navigationBarTitleText": "data",
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/state/methods/methods",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }
281 282
    },
    {
283 284 285 286 287
      "path": "pages/state/props/props",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }
288 289
    },
    {
290 291 292 293 294
      "path": "pages/state/computed/computed",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }
295 296
    },
    {
297 298 299 300 301
      "path": "pages/state/watch/watch",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }
study夏羽's avatar
study夏羽 已提交
302
    },
H
hdx 已提交
303 304 305 306 307 308 309 310 311 312 313 314 315
    {
      "path": "pages/rendering/slots/slots",
      "style": {
        "navigationBarTitleText": "slots",
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/rendering/template/template",
      "style": {
        "navigationBarTitleText": "template",
        "enablePullDownRefresh": false
      }
316
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
317 318 319 320 321 322 323 324 325 326 327 328 329
    {
      "path": "pages/rendering/unrecognized-component/unrecognized-component",
      "style": {
        "navigationBarTitleText": "unrecognized-component",
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/rendering/component/component",
      "style": {
        "navigationBarTitleText": "component"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
330 331 332 333 334 335
		{
		  "path": "pages/rendering/render/render",
		  "style": {
		    "navigationBarTitleText": "render function"
		  }
		},
DCloud-WZF's avatar
DCloud-WZF 已提交
336 337 338 339 340 341 342 343 344 345 346 347
    {
      "path": "pages/composition/mixins/mixins",
      "style": {
        "navigationBarTitleText": "mixins"
      }
    },
    {
      "path": "pages/composition/mixins/mixins-page2",
      "style": {
        "navigationBarTitleText": "mixins-page-2"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365
    {
      "path": "pages/composition/provide/provide",
      "style": {
        "navigationBarTitleText": "provide"
      }
    },
    {
      "path": "pages/composition/provide/provide-page2",
      "style": {
        "navigationBarTitleText": "provide-page-2"
      }
    },
    {
      "path": "pages/composition/inject/inject",
      "style": {
        "navigationBarTitleText": "inject"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
366 367 368 369 370 371
		{
		  "path": "pages/composition/setup/setup",
		  "style": {
		    "navigationBarTitleText": "setup"
		  }
		},
372 373 374 375 376 377
    {
      "path": "pages/examples/nested-component-communication/nested-component-communication",
      "style": {
        "navigationBarTitleText": "嵌套组件通信",
        "enablePullDownRefresh": false
      }
378 379 380 381 382 383 384
    },
    {
      "path": "pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class",
      "style": {
        "navigationBarTitleText": "自定义组件中使用 class 定制另一个自定义组件根节点样式",
        "enablePullDownRefresh": false
      }
H
hdx 已提交
385
    }
H
init.  
hdx 已提交
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
  ],
  "globalStyle": {
    "pageOrientation": "portrait",
    "navigationBarTitleText": "Hello UVUE",
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#007AFF",
    "backgroundColor": "#F8F8F8",
    "backgroundColorTop": "#F4F5F6",
    "backgroundColorBottom": "#F4F5F6",
    "h5": {
      "maxWidth": 1190,
      "navigationBarTextStyle": "black",
      "navigationBarBackgroundColor": "#F1F1F1"
    }
  },
  "uniIdRouter": {},
402 403
  "condition": {
    //模式配置,仅开发期间生效
H
init.  
hdx 已提交
404
    "current": 0, //当前激活的模式(list 的索引项)
405 406 407 408 409 410 411
    "list": [
      {
        "name": "", //模式名称
        "path": "", //启动页面,必选
        "query": "" //启动参数,在页面的onLoad函数里面得到
      }
    ]
H
init.  
hdx 已提交
412
  }
DCloud-WZF's avatar
DCloud-WZF 已提交
413
}