1.修改人员统计
This commit is contained in:
parent
8624b29d37
commit
cedff04447
@ -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
|
||||
|
@ -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
2
.gitignore
vendored
@ -61,3 +61,5 @@
|
||||
/node_modules/.vite/deps/dayjs.js
|
||||
/node_modules/.vite/deps/dayjs.js.map
|
||||
/node_modules/.vite/deps/package.json
|
||||
/uni_modules
|
||||
/node_modules
|
||||
|
@ -11,7 +11,11 @@
|
||||
<button type="primary" @click="toTongji">分类统计</button>
|
||||
</uni-card>
|
||||
</uni-section>
|
||||
|
||||
<uni-section title="人员统计" type="line">
|
||||
<uni-card :is-shadow="false">
|
||||
<button type="primary">人员统计</button>
|
||||
</uni-card>
|
||||
</uni-section>
|
||||
</uni-card>
|
||||
|
||||
</view>
|
||||
|
Loading…
Reference in New Issue
Block a user