生产配置修改
parent
0a2bf1ff9a
commit
2c224682d2
1
main.js
1
main.js
|
|
@ -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({
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue