1. 更新测试API地址。 2. 优化派报工操作。
@@ -1,5 +1,10 @@
# 开发日志
+## 0.0.10 `2024/2/09`
+
+1. 更新测试API地址。
+2. 优化派报工操作。
## 0.0.7 `2024/1/21`
1. 完成派工功能。
@@ -316,10 +316,11 @@
});
uni.hideLoading();
if (res.success) {
+ this.$refs.drawer.close();
+ await this.load();
message.showSuccess({
title: `已${this.currentItem.buttonText}`
- this.load();
} else {
uni.showModal({
title: '错误',
@@ -2,8 +2,8 @@
"name" : "生产流程管理",
"appid" : "__UNI__0D07441",
"description" : "生产流程管理",
- "versionName" : "0.0.9",
- "versionCode" : 9,
+ "versionName" : "0.0.10",
+ "versionCode" : 10,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -7,8 +7,8 @@
"id": "__UNI__0D07441",
"name": "生产流程管理",
"version": {
- "name": "0.0.9",
- "code": 9
+ "name": "0.0.10",
+ "code": 10
},
"description": "生产流程管理",
"developer": {
@@ -1,8 +1,8 @@
{
- "hash": "818a8b1b",
+ "hash": "dd1f6c17",
"configHash": "2b2fe71f",
- "lockfileHash": "77bd2224",
- "browserHash": "c4dc6dac",
+ "lockfileHash": "6d623abc",
+ "browserHash": "7ec04eca",
"optimized": {},
"chunks": {}
}
@@ -76,7 +76,7 @@ class Message {
opt.mask = false;
if (!extend.isNumber(opt.duration)) {
- opt.duration = 2000;
+ opt.duration = 3000;
if (opt.isPlayFailVoice) {
this.playDing();
@@ -5,12 +5,12 @@ class Url {
/**
* 认证地址
*/
- authUrl = 'http://106.12.207.123:8087/';
+ authUrl = 'http://219.151.179.47:8087/';
* 接口地址
- apiUrl = 'http://106.12.207.123:8081/';
+ apiUrl = 'http://219.151.179.47:8081/';