上传文件至 '新闻小程序'
This commit is contained in:
parent
ac13b040bf
commit
334a86157b
|
@ -1,12 +1,9 @@
|
|||
{
|
||||
"pages":[
|
||||
"pages/home1/home1",
|
||||
"pages/home/home",
|
||||
"pages/tw/tw",
|
||||
"pages/xg/xg",
|
||||
"pages/gj/gj",
|
||||
"pages/junshi/junshi",
|
||||
"pages/news-detail/news-detail",
|
||||
"pages/home1/home1",
|
||||
"pages/me/me",
|
||||
"pages/logs/logs"
|
||||
],
|
||||
"window":{
|
||||
|
@ -18,29 +15,14 @@
|
|||
"tabBar": {
|
||||
"list": [{
|
||||
"pagePath": "pages/home/home",
|
||||
"text": "国内",
|
||||
"iconPath": "/images/tabs/nd-no.png",
|
||||
"selectedIconPath": "/images/tabs/nd-yes.png"
|
||||
"text": "首页",
|
||||
"iconPath": "/images/tabs/home-no.png",
|
||||
"selectedIconPath": "/images/tabs/home-yes.png"
|
||||
},{
|
||||
"pagePath": "pages/tw/tw",
|
||||
"text": "两岸",
|
||||
"iconPath": "/images/tabs/tw-no.png",
|
||||
"selectedIconPath": "/images/tabs/tw-yes.png"
|
||||
},{
|
||||
"pagePath": "pages/xg/xg",
|
||||
"text": "港闻",
|
||||
"iconPath": "/images/tabs/xg-no.png",
|
||||
"selectedIconPath": "/images/tabs/xg-yes.png"
|
||||
},{
|
||||
"pagePath": "pages/gj/gj",
|
||||
"text": "国际",
|
||||
"iconPath": "/images/tabs/gj-no.png",
|
||||
"selectedIconPath": "/images/tabs/gj-yes.png"
|
||||
},{
|
||||
"pagePath": "pages/junshi/junshi",
|
||||
"text": "军事",
|
||||
"iconPath": "/images/tabs/js-no.png",
|
||||
"selectedIconPath": "/images/tabs/js-yes.png"
|
||||
"pagePath": "pages/me/me",
|
||||
"text": "个人主页",
|
||||
"iconPath": "/images/tabs/me-no.png",
|
||||
"selectedIconPath": "/images/tabs/me-yes.png"
|
||||
}]
|
||||
},
|
||||
"style": "v2",
|
||||
|
|
|
@ -9,34 +9,42 @@
|
|||
]
|
||||
},
|
||||
"setting": {
|
||||
"bundle": false,
|
||||
"userConfirmedBundleSwitch": false,
|
||||
"urlCheck": true,
|
||||
"scopeDataCheck": false,
|
||||
"coverView": true,
|
||||
"es6": true,
|
||||
"es6": false,
|
||||
"enhance": true,
|
||||
"postcss": true,
|
||||
"compileHotReLoad": true,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"preloadBackgroundData": false,
|
||||
"minified": true,
|
||||
"autoAudits": false,
|
||||
"newFeature": false,
|
||||
"uglifyFileName": false,
|
||||
"uploadWithSourceMap": true,
|
||||
"useIsolateContext": true,
|
||||
"coverView": true,
|
||||
"nodeModules": false,
|
||||
"enhance": true,
|
||||
"autoAudits": false,
|
||||
"showShadowRootInWxmlPanel": true,
|
||||
"scopeDataCheck": false,
|
||||
"uglifyFileName": false,
|
||||
"checkInvalidKey": true,
|
||||
"checkSiteMap": true,
|
||||
"uploadWithSourceMap": true,
|
||||
"compileHotReLoad": false,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"useMultiFrameRuntime": true,
|
||||
"useApiHook": true,
|
||||
"useApiHostProcess": true,
|
||||
"showShadowRootInWxmlPanel": true,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
},
|
||||
"useIsolateContext": true,
|
||||
"userConfirmedBundleSwitch": false,
|
||||
"packNpmManually": false,
|
||||
"enableEngineNative": false,
|
||||
"packNpmRelationList": [],
|
||||
"minifyWXSS": true,
|
||||
"disableUseStrict": false,
|
||||
"minifyWXML": true,
|
||||
"showES6CompileOption": false,
|
||||
"minifyWXML": true
|
||||
"useCompilerPlugins": false,
|
||||
"ignoreUploadUnusedFiles": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.19.4",
|
||||
|
|
|
@ -15,16 +15,16 @@
|
|||
{
|
||||
"name": "",
|
||||
"pathName": "pages/news-detail/news-detail",
|
||||
"query": "id=82afc00a62493cc702fec1ae48649635",
|
||||
"query": "id=d2fe6f2062493f200487e75f7a0bd240",
|
||||
"launchMode": "default",
|
||||
"scene": null
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"pathName": "pages/home/home",
|
||||
"pathName": "pages/home1/home1",
|
||||
"query": "",
|
||||
"scene": null,
|
||||
"launchMode": "default"
|
||||
"launchMode": "default",
|
||||
"scene": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue