Go to file
2024-12-04 17:00:37 +08:00
.hbuilderx 发布 2024-12-03 14:08:45 +08:00
.vite/deps
api 增加流程取回、流程作废功能 2024-10-25 11:02:31 +08:00
bpm 1 2024-10-25 11:26:14 +08:00
certificate 1 2024-11-08 14:17:40 +08:00
components 1 2024-11-08 14:17:40 +08:00
node_modules
pages 发布 2024-12-03 14:08:45 +08:00
static 增加流程取回、流程作废功能 2024-10-25 11:02:31 +08:00
store 页面修改 2024-10-31 16:38:07 +08:00
uni_modules 1 2024-11-08 14:17:40 +08:00
uniCloud-aliyun 1 2024-11-08 14:17:40 +08:00
unpackage 发布 2024-12-03 14:08:45 +08:00
utils 1 2024-10-29 15:34:31 +08:00
.env.development 2024-12-04 16:52:44 +08:00
.env.production 2024-12-04 16:52:44 +08:00
.gitignore 忽略打包文件 2024-12-04 17:00:37 +08:00
App.vue 页面修改 2024-10-31 16:38:07 +08:00
index.html
main.js
manifest.json 发布 2024-12-03 14:08:45 +08:00
package-lock.json
package.json 1 2024-10-10 15:32:42 +08:00
pages.json 页面修改 2024-10-31 16:38:07 +08:00
README.md 1 2024-09-27 11:03:07 +08:00
uni.promisify.adaptor.js
uni.scss

数智产销APP正式版

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

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

改成

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