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,