村微上架

This commit is contained in:
yanran200730
2022-01-19 16:11:10 +08:00
parent 1dcf37159b
commit 90f4ae81d3
2 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ Vue.prototype.$cdn = 'https://cdn.cunwuyun.cn/dvcp/h5/';
Object.keys(utils).map((e) => (Vue.prototype['$' + e] = utils[e]));
App.mpType = 'app';
// process.env.NODE_ENV == 'development' && new VConsole();
new VConsole()
const app = new Vue({
store,
...App