feat: 添加环境配置文件,更新API基础地址

This commit is contained in:
刘引
2025-03-19 13:44:54 +08:00
parent 4368d0a88d
commit 9b35ac6474
17 changed files with 1062 additions and 1341 deletions

View File

@@ -1,4 +1,12 @@
// import path from 'node:path/win32'
/*
* @Description: {{ByRuin}}
* @Version: 2.0
* @Author: Ruin 🍭
* @Date: 2022-01-25 16:57:54
* @LastEditors: 刘引
* @LastEditTime: 2022-03-11 14:26:24
*/
import path from 'node:path/win32'
import { createRouter, createWebHashHistory } from 'vue-router'
const routes = [
{
@@ -24,3 +32,4 @@ const router = createRouter({
routes
})
export default router
// 我感觉