From 12d4c8077c73db88abee8d21b7a86ab802254e0e Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 24 十一月 2022 17:52:59 +0800
Subject: [PATCH] 1

---
 src/views/datamanage/styleManage.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/datamanage/styleManage.vue b/src/views/datamanage/styleManage.vue
index 49b36ea..2c4b615 100644
--- a/src/views/datamanage/styleManage.vue
+++ b/src/views/datamanage/styleManage.vue
@@ -996,7 +996,7 @@
       if (!val || !val.length) return;
       var formData = new FormData();
       formData.append("file0", val[0]);
-      var res = $.ajax(serverUrl + "Style/Upload", {
+      var res = $.ajax( + "/style/upload", {
         type: "post",
         data: formData,
         async: false,
@@ -1023,7 +1023,7 @@
       if (!val || !val.length) return;
       var formData = new FormData();
       formData.append("file0", val[0]);
-      var res = $.ajax(serverUrl + "Style/Upload", {
+      var res = $.ajax(BASE_URL + "/style/upload", {
         type: "post",
         data: formData,
         async: false,
@@ -1197,13 +1197,13 @@
     },
     // 鑾峰彇澶氶��
 
-    ShowWindowFly(res) {
-      window.open(
-        ifreamUrl + "/LFWeb/poper.html?name=" + res,
-        "",
-        "height=800, width=1500, top=150, left=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no"
-      );
-    },
+    // ShowWindowFly(res) {
+    //   window.open(
+    //     ifreamUrl + "/LFWeb/poper.html?name=" + res,
+    //     "",
+    //     "height=800, width=1500, top=150, left=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no"
+    //   );
+    // },
      catalogChange(res) {
       this.insertform.dirid = res;
       this.upform.dirid =res;

--
Gitblit v1.9.3