Go to file
2025-01-13 08:44:08 +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:44:08 +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 修改流程节点开始结束中文 2025-01-13 08:44:08 +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()