This website works better with JavaScript.
首頁
探索
說明
註冊
登入
suimang
/
Metavatar_Neuver_H5
關註
6
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
发送Axios请求description
release
HolyKnightIX
2 年之前
父節點
e129f41b20
當前提交
19139a4598
共有
1 個文件被更改
,包括
3 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/utils/request.js
+ 3
- 1
src/utils/request.js
查看文件
@@ -5,7 +5,9 @@ import { Toast } from 'vant'
// 基础地址
const baseURL = 'https://smapitest.malls.iformall.com/C'
// 创建axios实例
/**
* @description:发送Axios请求
*/
const request = axios.create({
baseURL,
timeout: 5000
Write
Preview
Loading…
取消
儲存