mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
bug fixed: 类型路径错误修复
This commit is contained in:
parent
80d683a912
commit
5d4e23149d
2
cfg.ts
2
cfg.ts
@ -50,7 +50,7 @@ import {
|
|||||||
SIDE_BAR_LOGO,
|
SIDE_BAR_LOGO,
|
||||||
} from './src/appConfig/appConfig'
|
} from './src/appConfig/appConfig'
|
||||||
|
|
||||||
import type { AppConfigExport } from './src/types/cfg'
|
import type { AppConfigExport } from '@/types/modules/cfg'
|
||||||
|
|
||||||
const config: AppConfigExport = {
|
const config: AppConfigExport = {
|
||||||
/** 公共基础路径配置, 如果为空则会默认以 '/' 填充 */
|
/** 公共基础路径配置, 如果为空则会默认以 '/' 填充 */
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* @remark 今天也是元气满满撸代码的一天
|
* @remark 今天也是元气满满撸代码的一天
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type { AxiosConfig } from '@/types/appConfig'
|
import type { AxiosConfig } from '@/types/modules/appConfig'
|
||||||
|
|
||||||
/** axios 相关配置 */
|
/** axios 相关配置 */
|
||||||
export const AXIOS_CONFIG: AxiosConfig = {
|
export const AXIOS_CONFIG: AxiosConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user