Go to file
廖德云 9808821b70 Merge branch 'ldeyun' of http://ngtools.cn:53000/ldeyun/cxc-szcx-uniapp into ldeyun
# Conflicts:
#	pages/views/renliziyuan/renyuanxinxi/qttongji.vue
2025-02-13 22:31:14 +08:00
.hbuilderx
.vite/deps
api 修改通用查询模块,增加字典API 2025-02-13 17:41:13 +08:00
bpm 1.推送 2025-01-17 16:57:51 +08:00
certificate
components
pages Merge branch 'ldeyun' of http://ngtools.cn:53000/ldeyun/cxc-szcx-uniapp into ldeyun 2025-02-13 22:31:14 +08:00
static Squashed commit of the following: 2025-01-21 14:13:49 +08:00
store 流程判断,判断是否是电子签章节点任务,是则显示温馨提示并隐藏审批按钮 2025-01-22 17:03:57 +08:00
uni_modules 增加可配置人员统计页面 2025-02-11 17:22:32 +08:00
utils
.env.development 修改通用查询模块,增加字典API 2025-02-13 17:41:13 +08:00
.env.production 修改通用查询模块,增加字典API 2025-02-13 17:41:13 +08:00
.gitignore 增加可配置人员统计页面 2025-02-11 17:22:32 +08:00
App.vue
index.html
main.js
manifest.json 修改请假日期判断 2025-02-07 10:26:15 +08:00
package-lock.json Merge branch 'ldeyun' of http://ngtools.cn:53000/ldeyun/cxc-szcx-uniapp into ldeyun 2025-02-13 22:31:14 +08:00
package.json Squashed commit of the following: 2025-01-21 14:13:49 +08:00
pages.json 增加可配置人员统计页面 2025-02-11 17:22:32 +08:00
README.md
uni.promisify.adaptor.js
uni.scss

数智产销APP正式版

发布需要在pages/login/login.vue中 将

		localLoginApi({
			username: username.value,
			password: password.value,
			captcha: 'app'

改成

		loginApi({
			username: un,
			password: pw,
			ip: getDeviceIp()