refactor(前端): 重构前端代码结构并优化功能
重构路由配置和API调用逻辑,统一分页处理方式 优化分类和标签模块的交互,提取蒙版组件到主布局 调整样式和布局,增强响应式设计 更新接口字段名以保持前后端一致性 添加网站运行时间显示功能
This commit is contained in:
@@ -30,8 +30,8 @@ export default defineConfig({
|
||||
proxy: {
|
||||
// 配置API代理
|
||||
'/api': {
|
||||
target: 'http://www.qf1121.top',
|
||||
// target: 'http://localhost:7071',
|
||||
// target: 'http://www.qf1121.top',
|
||||
target: 'http://localhost:7071',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user