feat: 新增系统样式配置,支持改logo图标与标题

This commit is contained in:
meilin.huang
2024-01-05 12:09:12 +08:00
parent ae3d2659aa
commit 7a7a7020b4
18 changed files with 385 additions and 458 deletions

View File

@@ -4,7 +4,7 @@ import { getClientId, getToken } from './utils/storage';
import { templateResolve } from './utils/string';
import { ElMessage } from 'element-plus';
import axios from 'axios';
import { useApiFetch } from './useRequest';
import { useApiFetch } from '../hooks/useRequest';
import Api from './Api';
export default {