Go to file
yangzhq68909 d11c9c13f2 Merge remote-tracking branch 'remotes/origin/master' into yzqUniapp
# Conflicts:
#	.gitignore
#	App.vue
#	bpm/leaveApplication/index.vue
#	bpm/supervise.vue
#	pages.json
#	uni_modules/uni-data-picker/changelog.md
#	uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.uvue
#	uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue
#	uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.uts
#	uni_modules/uni-data-picker/package.json
#	uni_modules/uni-datetime-picker/changelog.md
#	uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue
#	uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue
#	uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue
#	uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js
#	uni_modules/uni-datetime-picker/package.json
#	uni_modules/uni-load-more/changelog.md
#	uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue
#	uni_modules/uni-load-more/package.json
#	uni_modules/uni-popup/changelog.md
#	uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue
#	uni_modules/uni-popup/components/uni-popup/uni-popup.vue
#	uni_modules/uni-popup/package.json
2025-01-13 08:38:33 +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 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
bpm 将流程信息开始结束节点改成中文 2025-01-13 08:24:57 +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
node_modules 1 2024-12-16 11:40:20 +08:00
pages Merge remote-tracking branch 'remotes/origin/master' into yzqUniapp 2025-01-13 08:38:33 +08:00
static 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
store 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
uni_modules 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
unpackage 1 2024-12-16 11:40:20 +08:00
utils 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
.env.development 将流程信息开始结束节点改成中文 2025-01-13 08:24:57 +08:00
.env.production 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
.gitignore 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +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 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
package-lock.json 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
package.json 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
pages.json 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +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()