保存进度!
This commit is contained in:
18
code/web/regulatory-management-util/src/router/index.ts
Normal file
18
code/web/regulatory-management-util/src/router/index.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* @Author: Kane Wang <wangkane@qq.com>
|
||||
* @Date: 2025-10-13 15:31:41
|
||||
* @LastEditors: Kane Wang
|
||||
* @LastModified: 2025-10-13 15:37:20
|
||||
* @FilePath: src/router/index.ts
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) 2025 by Kane All rights reserved
|
||||
*/
|
||||
import { createRouter, createWebHashHistory } from "vue-router";
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHashHistory(),
|
||||
routes:[],
|
||||
});
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user