mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 03:16:46 +08:00
Merge branch 'manage-release' of ssh://gitlab.dongwu-inc.com:10022/BOE/stu_h5 into manage-release
This commit is contained in:
BIN
src/assets/image/uploadimg.png
Normal file
BIN
src/assets/image/uploadimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 722 B |
@@ -2,7 +2,6 @@ import {createRouter, createWebHashHistory, createWebHistory} from 'vue-router';
|
||||
import routesConfig from './config';
|
||||
import { getCookie } from "@/api/utils";
|
||||
// console.log('routesConfig', routesConfig)
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/',
|
||||
@@ -11,7 +10,6 @@ const routes = [
|
||||
},
|
||||
...routesConfig
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(import.meta.env.VITE_BASE),
|
||||
routes
|
||||
@@ -26,5 +24,4 @@ router.beforeEach((to, from, next) => {
|
||||
}
|
||||
next()
|
||||
})
|
||||
|
||||
export default router
|
||||
Reference in New Issue
Block a user