manifest.json
"mp-weixin": {
"appid": "XXXX",
"setting": {
"urlCheck": true,
"postcss": true,
"minified": true,
"es6": true
},
"usingComponents": true,
"plugins": {
"live-player-plugin": {
"version": "1.2.10",
"provider": "wx2b03c6e691cd7370"
},
"chatGroupPlugin": {
"version": "1.0.2",
"provider": "wxaae6519cee98d824"
}
}
},
================================================
main.js
import Vue from 'vue'
import qs from 'qs'
const app = new Vue()
app.$mount()
=========================================================
pages.json
{
"pages": [
{
"path": "pages/home/test",
"style": {
"navigationStyle": "custom"
}
}
]
}