生产配置修改
parent
0a2bf1ff9a
commit
2c224682d2
1
main.js
1
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({
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
"title" : "Agri-App",
|
||||
"router" : {
|
||||
"mode" : "hash",
|
||||
"base" : "/m/"
|
||||
"base" : "/"
|
||||
},
|
||||
"optimization" : {
|
||||
"minimize" : true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue