mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
15 lines
295 B
JSON
15 lines
295 B
JSON
|
{
|
||
|
"pages":[
|
||
|
"pages/index/index",
|
||
|
"pages/logs/logs"
|
||
|
],
|
||
|
"window":{
|
||
|
"backgroundTextStyle":"light",
|
||
|
"navigationBarBackgroundColor": "#fff",
|
||
|
"navigationBarTitleText": "Weixin",
|
||
|
"navigationBarTextStyle":"black"
|
||
|
},
|
||
|
"style": "v2",
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|