Go to file
2025-01-12 19:46:15 +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 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +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 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +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
utils 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +08:00
.env.development 添加uni-modules组件,departSelect 2025-01-12 19:46:15 +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()