Skip to content

Commit aeeb194

Browse files
committed
feat(custom): api封装修复
1 parent e09d031 commit aeeb194

File tree

9 files changed

+7315
-5440
lines changed

9 files changed

+7315
-5440
lines changed

.env.development

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# 开发环境
22

33
# 请求地址
4-
VITE_APP_API_BASEURL = 'https://192.168.211.9'
4+
# https://jsonplaceholder.typicode.com 免费模拟数据
5+
VITE_APP_API_BASEURL = 'https://jsonplaceholder.typicode.com'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UniApp、Vite、Vue3、Pinia、Unocss 小程序项目模板
1+
# UniApp、Vite、Vue3、Pinia、Unocss 小程序、H5 项目模板
22

33
# 特色
44

0 commit comments

Comments
 (0)