From 334a86157bb4e5cabfa74301bdbb5818d3550f23 Mon Sep 17 00:00:00 2001 From: link_1999 <1402246900@qq.com> Date: Fri, 8 Apr 2022 22:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20'=E6=96=B0=E9=97=BB=E5=B0=8F=E7=A8=8B=E5=BA=8F'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 新闻小程序/app.json | 36 ++++++------------------ 新闻小程序/project.config.json | 38 ++++++++++++++++---------- 新闻小程序/project.private.config.json | 8 +++--- 3 files changed, 36 insertions(+), 46 deletions(-) diff --git a/新闻小程序/app.json b/新闻小程序/app.json index 43746a9..39511e0 100644 --- a/新闻小程序/app.json +++ b/新闻小程序/app.json @@ -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", diff --git a/新闻小程序/project.config.json b/新闻小程序/project.config.json index 30a6350..6104741 100644 --- a/新闻小程序/project.config.json +++ b/新闻小程序/project.config.json @@ -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", diff --git a/新闻小程序/project.private.config.json b/新闻小程序/project.private.config.json index dda1cb1..86575e2 100644 --- a/新闻小程序/project.private.config.json +++ b/新闻小程序/project.private.config.json @@ -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 } ] }