From cf69b541f8ef1ac4fae24bd99b0259b7af035490 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 21 十月 2025 10:16:12 +0800
Subject: [PATCH] 优化
---
admin/src/views/platform/queueUp.vue | 31 +++++++++++++++++++++++--------
admin/.env.development | 6 ++----
2 files changed, 25 insertions(+), 12 deletions(-)
diff --git a/admin/.env.development b/admin/.env.development
index bb23aa8..fd868c4 100644
--- a/admin/.env.development
+++ b/admin/.env.development
@@ -2,8 +2,6 @@
NODE_ENV = 'development'
# VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface'
-VUE_APP_API_URL = 'http://192.168.1.116:10010'
-# VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface'
+# VUE_APP_API_URL = 'http://192.168.1.116:10010'
+VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface'
# VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface'
-
-
diff --git a/admin/src/views/platform/queueUp.vue b/admin/src/views/platform/queueUp.vue
index 14057e8..637a23f 100644
--- a/admin/src/views/platform/queueUp.vue
+++ b/admin/src/views/platform/queueUp.vue
@@ -177,14 +177,29 @@
})
},
jiaji(id) {
- this.$dialog.exportConfirm('纭鍔犳�ュ悧锛�')
- .then(() => {
- jobUrge({ id })
- .then(res => {
- this.getPlatGroupList()
- })
- })
- .catch(() => {})
+ this.$confirm('纭鍔犳�ュ悧锛�', '鎻愮ず', {
+ confirmButtonText: '纭畾',
+ cancelButtonText: '鍙栨秷',
+ type: 'warning'
+ }).then(() => {
+ jobUrge({ id })
+ .then(res => {
+ this.getPlatGroupList()
+ })
+ }).catch(() => {
+
+ });
+ // this.$dialog.exportConfirm('纭鍔犳�ュ悧锛�', {
+ // confirmButtonText: '纭畾',
+ // cancelButtonText: '鍙栨秷',
+ // })
+ // .then(() => {
+ // jobUrge({ id })
+ // .then(res => {
+ // this.getPlatGroupList()
+ // })
+ // })
+ // .catch(() => {})
},
getPlatGroupList() {
getPlatformGroupList({
--
Gitblit v1.9.3