Go to file
闵 年泽 8624b29d37 Merge remote-tracking branch 'remotes/origin/master'
# Conflicts:
#	.gitignore
#	pages/views/zhongheguanli/meeting/index.vue
#	pages/views/zhongheguanli/zhiban/index.vue
2025-02-11 09:02:31 +08:00
.hbuilderx 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
.vite/deps 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
api Merge remote-tracking branch 'remotes/origin/ldeyun' into yzqUniapp 2025-02-07 10:29:20 +08:00
bpm 1.推送 2025-01-17 16:57:51 +08:00
certificate 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
components 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
pages Merge remote-tracking branch 'remotes/origin/master' 2025-02-11 09:02:31 +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-03 07:24:30 +08:00
utils 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
.env.development 修改请假日期判断 2025-02-07 10:26:15 +08:00
.env.production 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
.gitignore 1 2025-02-11 09:01:27 +08:00
App.vue 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
index.html 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
main.js 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
manifest.json 修改请假日期判断 2025-02-07 10:26:15 +08:00
package-lock.json Squashed commit of the following: 2025-01-21 14:13:49 +08:00
package.json Squashed commit of the following: 2025-01-21 14:13:49 +08:00
pages.json 完善人员年龄统计模块 2025-02-03 07:24:30 +08:00
README.md 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
uni.promisify.adaptor.js 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
uni.scss 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00

数智产销APP正式版

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

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

改成

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