regIssue.js 325 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 const regIssueRouter = [ { path: '/regIssue', name: 'RegIssue', meta: { title: '注册发行', isLogin: false }, component: () => import(/* webpackChunkName: "regIssue" */ '@/views/regIssue/index.vue') // 注册发行 }, ] export default regIssueRouter