Go to file
2025-03-07 11:44:55 +08:00
.hbuilderx 人员统计图表页面 2025-01-17 16:00:43 +08:00
.vite/deps 人员统计图表页面 2025-01-17 16:00:43 +08:00
api 添加了一个tab页,添加了天然气和原油的生产日数据 2025-03-07 11:44:55 +08:00
bpm 请假正职增加分管领导选择 2025-03-03 18:03:42 +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 添加了一个tab页,添加了天然气和原油的生产日数据 2025-03-07 11:44:55 +08:00
static 添加了一个tab页,添加了天然气和原油的生产日数据 2025-03-07 11:44:55 +08:00
store 流程判断,判断是否是电子签章节点任务,是则显示温馨提示并隐藏审批按钮 2025-01-22 17:03:57 +08:00
uni_modules 1.1.9 2025-03-01 11:43:33 +08:00
utils 做生产数据展示页面 2025-03-06 17:59:17 +08:00
.env.development 做生产数据展示页面 2025-03-06 17:59:17 +08:00
.env.production 1.1.9 2025-03-01 11:43:33 +08:00
.gitignore 增加可配置人员统计页面 2025-02-11 17:22:32 +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-03-06 17:59:17 +08:00
package-lock.json 请假信息 2025-02-27 09:34:41 +08:00
package.json Squashed commit of the following: 2025-01-21 14:13:49 +08:00
pages.json 添加了一个tab页,添加了天然气和原油的生产日数据 2025-03-07 11:44:55 +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()