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