feat: demo里面的文件使用 demo layout,除非是自定义导航栏

This commit is contained in:
Burt
2024-01-22 10:53:28 +08:00
parent f9b436721c
commit 70990288c4
16 changed files with 43 additions and 35 deletions

View File

@@ -10,7 +10,7 @@ type Data<T> = {
// 请求基地址
const baseURL = import.meta.env.VITE_SERVER_BASEURL
console.log(import.meta.env)
// console.log(import.meta.env)
// 拦截器配置
const httpInterceptor = {