From 2c224682d2e5428327c805bce0d3707e7f438d75 Mon Sep 17 00:00:00 2001 From: xce Date: Thu, 15 Jan 2026 04:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 1 - manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/main.js b/main.js index 5d01a9d..8c94a5d 100644 --- a/main.js +++ b/main.js @@ -13,7 +13,6 @@ Vue.use(plugins) Vue.config.productionTip = false Vue.prototype.$store = store Vue.prototype.getDicts = getDicts -window.wx={} App.mpType = 'app' const app = new Vue({ diff --git a/manifest.json b/manifest.json index aed3a15..7cd96d5 100644 --- a/manifest.json +++ b/manifest.json @@ -69,7 +69,7 @@ "title" : "Agri-App", "router" : { "mode" : "hash", - "base" : "/m/" + "base" : "/" }, "optimization" : { "minimize" : true,