diff --git a/src/router/index.js b/src/router/index.js index 43c683d..2a17990 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,11 +1,3 @@ -/* - * @Author: lixg lixg@dongwu-inc.com - * @Date: 2023-01-18 09:59:12 - * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-01-18 10:00:36 - * @FilePath: /stu_h5/src/router/index.js - * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE - */ import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router'; import routesConfig from './config'; import { getCookie } from "@/api/utils";