mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-04 22:41:24 +08:00
Added page frame
This commit is contained in:
@@ -2,10 +2,10 @@ import { createApp } from 'vue'
|
||||
import App from '@/App.vue'
|
||||
import router from '@/router'
|
||||
|
||||
import { PRODUCTION_NAME } from './constants/Common.constants.js'
|
||||
|
||||
import '@/assets/css/base.css'
|
||||
import '@/assets/css/common.css'
|
||||
|
||||
/*
|
||||
router.beforeEach((to, from, next) => {
|
||||
if (to.matched.length === 0) {
|
||||
from.path ? next({ path: from.path }) : next('/')
|
||||
@@ -15,6 +15,7 @@ router.beforeEach((to, from, next) => {
|
||||
}
|
||||
}
|
||||
})
|
||||
*/
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user