feat: 修改端口
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import http from '@/api/http'
|
||||
import { InterfaceType, MethodType, InterfaceUrlMap, ParamType } from './types'
|
||||
import qs from 'qs'
|
||||
import { API_BASE } from '@/api/config'
|
||||
|
||||
// 使用本地代理前缀 /tikhub,开发环境通过 Vite 代理到 https://api.tikhub.io
|
||||
const SERVER_TIKHUB =import.meta.env.VITE_BASE_URL + '/app-api/api/tikHup'
|
||||
const SERVER_TIKHUB = API_BASE.TIKHUB_APP
|
||||
|
||||
/**
|
||||
* TikHub API 服务类
|
||||
|
||||
Reference in New Issue
Block a user