feat(request): get & post 请求

This commit is contained in:
菲鸽
2024-02-01 15:21:36 +08:00
parent 58c6ebe870
commit e5732c36fb
7 changed files with 360 additions and 248 deletions

2
env/.env vendored
View File

@@ -12,3 +12,5 @@ VITE_WX_APPID = 'wxa2abb91f64032a2b'
# 参考文档如下
# https://uniapp.dcloud.net.cn/tutorial/i18n.html#vue%E7%95%8C%E9%9D%A2%E5%92%8Cjs%E5%86%85%E5%AE%B9%E7%9A%84%E5%9B%BD%E9%99%85%E5%8C%96
VITE_FALLBACK_LOCALE = 'zh-Hans'
VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run'