feat(custom): 增加用户数据统计

This commit is contained in:
2023-10-28 15:11:07 +08:00
parent 6ae8acb8df
commit 1ea4b218af
8 changed files with 416 additions and 22 deletions

View File

@@ -1,7 +1,9 @@
VITE_PUBLIC_PATH = '/static/mer'
# 是否启用MOCK
VITE_USE_MOCK = true
# base api
VITE_BASE_API = 'https://test.wanzhuanyongcheng.cn/store'
VITE_PUBLIC_PATH = '/static/mer'
# 是否启用MOCK
VITE_USE_MOCK = true
# base api
VITE_BASE_API = 'https://test.wanzhuanyongcheng.cn/store'
VITE_ADMIN_API = '//test.wanzhuanyongcheng.cn'