生产配置修改

master
xce 2026-01-15 04:26:05 +08:00
parent 0a2bf1ff9a
commit 2c224682d2
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ Vue.use(plugins)
Vue.config.productionTip = false Vue.config.productionTip = false
Vue.prototype.$store = store Vue.prototype.$store = store
Vue.prototype.getDicts = getDicts Vue.prototype.getDicts = getDicts
window.wx={}
App.mpType = 'app' App.mpType = 'app'
const app = new Vue({ const app = new Vue({

View File

@ -69,7 +69,7 @@
"title" : "Agri-App", "title" : "Agri-App",
"router" : { "router" : {
"mode" : "hash", "mode" : "hash",
"base" : "/m/" "base" : "/"
}, },
"optimization" : { "optimization" : {
"minimize" : true, "minimize" : true,