优化
This commit is contained in:
@@ -2,7 +2,7 @@ import http from '@/api/http'
|
|||||||
import { InterfaceType, MethodType, InterfaceUrlMap, ParamType } from './types'
|
import { InterfaceType, MethodType, InterfaceUrlMap, ParamType } from './types'
|
||||||
import qs from 'qs'
|
import qs from 'qs'
|
||||||
// 使用本地代理前缀 /tikhub,开发环境通过 Vite 代理到 https://api.tikhub.io
|
// 使用本地代理前缀 /tikhub,开发环境通过 Vite 代理到 https://api.tikhub.io
|
||||||
const SERVER_TIKHUB = '/webApi/admin-api/ai/tikHup'
|
const SERVER_TIKHUB =import.meta.env.VITE_BASE_URL + '/app-api/api/tikHup'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TikHub API 服务类
|
* TikHub API 服务类
|
||||||
|
|||||||
Reference in New Issue
Block a user