From 9146a07e6e8af91a81dd795f3c2052799bd8faa2 Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Tue, 15 Apr 2025 23:16:36 +0800
Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/getCdnUrl.js | 4 ++--
components/tpx-dialog/tpx-dialog.vue | 7 ++++++-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/common/getCdnUrl.js b/common/getCdnUrl.js
index 7fb21f9..28da543 100644
--- a/common/getCdnUrl.js
+++ b/common/getCdnUrl.js
@@ -1,9 +1,9 @@
export default (path)=> {
// return `/sta_back/images/${path}`
- return `https://oms.tanex56.com/static/sapp/images/${path}`
+ return `https://oms.jtrs56.com/static/sapp/images/${path}`
}
export const getCdnRoot = (path)=> {
// return `/static/${path}`
- return `https://oms.tanex56.com/static/sapp/${path}`
+ return `https://oms.jtrs56.com/static/sapp/${path}`
}
\ No newline at end of file
diff --git a/components/tpx-dialog/tpx-dialog.vue b/components/tpx-dialog/tpx-dialog.vue
index 974f4e2..2590bb9 100644
--- a/components/tpx-dialog/tpx-dialog.vue
+++ b/components/tpx-dialog/tpx-dialog.vue
@@ -13,7 +13,7 @@
-
+
@@ -35,6 +35,11 @@
return false
}
},
+ renderDefaultSlot: {
+ default () {
+ return false
+ }
+ },
closePosType: {
default () {
return 'right'