企业认证

This commit is contained in:
唐明明
2021-09-24 17:27:24 +08:00
parent d1c5a052e4
commit f02c1a75b3
4 changed files with 37 additions and 22 deletions

View File

@@ -14,6 +14,9 @@ import store from '../store/index'
// })
const router = createRouter({
h5: {
paramsToQuery: true
},
platform: process.env.VUE_APP_PLATFORM,
routes: [...ROUTES]
})