1.修改人员统计

This commit is contained in:
闵 年泽 2025-02-11 09:34:29 +08:00
parent 8624b29d37
commit cedff04447
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# 开发环境 # 开发环境
# 请求接口地址 # 请求接口地址
VITE_REQUEST_BASE_URL = https://36.112.48.190 #VITE_REQUEST_BASE_URL = https://36.112.48.190
VITE_REQUEST_BASE_URL = http://10.75.15.247:8080

View File

@ -1,3 +1,4 @@
# 生产环境 # 生产环境
# 请求接口地址 # 请求接口地址
VITE_REQUEST_BASE_URL = https://36.112.48.190 #VITE_REQUEST_BASE_URL = https://36.112.48.190
VITE_REQUEST_BASE_URL = http://10.75.15.247:8080

2
.gitignore vendored
View File

@ -61,3 +61,5 @@
/node_modules/.vite/deps/dayjs.js /node_modules/.vite/deps/dayjs.js
/node_modules/.vite/deps/dayjs.js.map /node_modules/.vite/deps/dayjs.js.map
/node_modules/.vite/deps/package.json /node_modules/.vite/deps/package.json
/uni_modules
/node_modules

View File

@ -11,7 +11,11 @@
<button type="primary" @click="toTongji">分类统计</button> <button type="primary" @click="toTongji">分类统计</button>
</uni-card> </uni-card>
</uni-section> </uni-section>
<uni-section title="人员统计" type="line">
<uni-card :is-shadow="false">
<button type="primary">人员统计</button>
</uni-card>
</uni-section>
</uni-card> </uni-card>
</view> </view>