This commit is contained in:
jeremygan2021
2026-02-11 01:31:29 +08:00
parent 2d090cd0f4
commit c3b4373c94
18 changed files with 894 additions and 263 deletions

View File

@@ -1,6 +1,6 @@
import Taro from '@tarojs/taro'
const BASE_URL = process.env.TARO_APP_API_URL || 'http://localhost:8000/api'
const BASE_URL = process.env.TARO_APP_API_URL || 'https://market.quant-speed.com/api'
export const request = async (options: Taro.request.Option) => {
const token = Taro.getStorageSync('token')