多余代码去除

This commit is contained in:
2023-12-13 17:34:30 +08:00
parent 935e7f61b3
commit 6efc8b908b

View File

@@ -6,7 +6,7 @@
* @LastEditors: 刘引
* @LastEditTime: 2022-03-11 14:26:24
*/
import path from 'node:path/win32'
// import path from 'node:path/win32'
import { createRouter, createWebHashHistory } from 'vue-router'
const routes = [
{
@@ -32,4 +32,3 @@ const router = createRouter({
routes
})
export default router
// 我感觉