Go to file
2025-01-20 15:10:05 +08:00
.hbuilderx 人员统计图表页面 2025-01-17 16:00:43 +08:00
.vite/deps 人员统计图表页面 2025-01-17 16:00:43 +08:00
api 人员统计图表页面 2025-01-17 16:00:43 +08:00
bpm 1.推送 2025-01-17 16:57:51 +08:00
certificate 人员统计图表页面 2025-01-17 16:00:43 +08:00
components Squashed commit of the following: 2025-01-17 16:29:01 +08:00
pages 发布新版本 2025-01-20 15:10:05 +08:00
static 人员统计图表页面 2025-01-17 16:00:43 +08:00
store 人员统计图表页面 2025-01-17 16:00:43 +08:00
uni_modules 人员统计图表页面 2025-01-17 16:00:43 +08:00
utils 人员统计图表页面 2025-01-17 16:00:43 +08:00
.env.development 发布新版本 2025-01-20 15:10:05 +08:00
.env.production 人员统计图表页面 2025-01-17 16:00:43 +08:00
.gitignore Squashed commit of the following: 2025-01-17 16:29:01 +08:00
App.vue 人员统计图表页面 2025-01-17 16:00:43 +08:00
index.html 人员统计图表页面 2025-01-17 16:00:43 +08:00
main.js 人员统计图表页面 2025-01-17 16:00:43 +08:00
manifest.json 发布新版本 2025-01-20 15:10:05 +08:00
package-lock.json 删除人员台账focus 2025-01-17 18:33:30 +08:00
package.json 人员统计图表页面 2025-01-17 16:00:43 +08:00
pages.json 人员统计图表页面 2025-01-17 16:00:43 +08:00
README.md 人员统计图表页面 2025-01-17 16:00:43 +08:00
uni.promisify.adaptor.js 人员统计图表页面 2025-01-17 16:00:43 +08:00
uni.scss 人员统计图表页面 2025-01-17 16:00:43 +08:00

数智产销APP正式版

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

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

改成

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