Browse Source

adm:feat > 删除端口号8890

shaun-sheep 4 years ago
parent
commit
ff6fcf39cc

+ 3 - 2
src/components/business_space/lib/lookImages.vue

@@ -154,7 +154,8 @@ export default {
       }
       if (this.picArrs.length) {
         this.$nextTick(_ => {
-          this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
           let iframe = document.getElementById("google_ads_frame3")
           console.log(iframe)
           iframe.onload = () => {
@@ -178,4 +179,4 @@ export default {
 };
 </script>
 <style>
-</style>
+</style>

+ 2 - 1
src/components/business_space/lib/uploadImgsName.vue

@@ -135,7 +135,8 @@ export default {
     //查看图片
     lookImg() {
       this.dialog.details = true
-      this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
     },
 
     //删除图片

+ 1 - 1
src/components/business_space/newTables/eqToSpaceTable.vue

@@ -180,4 +180,4 @@ export default {
     height: calc(100% - 50px);
   }
 }
-</style>
+</style>

+ 2 - 1
src/components/ledger/details/detail/lookImage.vue

@@ -58,7 +58,8 @@ export default {
     //查看图片
     lookImg() {
       this.dialog.details = true
-      this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
     },
 
     //上传

+ 3 - 2
src/components/ledger/lib/lookImages.vue

@@ -154,7 +154,8 @@
       }
       if (this.picArrs.length) {
         this.$nextTick(_ => {
-          this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
           let iframe = document.getElementById("google_ads_frame3")
           console.log(iframe)
           iframe.onload = () => {
@@ -183,4 +184,4 @@
 };
 </script>
 <style>
-</style>
+</style>

+ 2 - 1
src/components/ledger/lib/uploadImgs.vue

@@ -107,7 +107,8 @@ export default {
       //查看图片
       lookImg() {
         this.dialog.details = true
-        this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+        // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+        this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
       },
       //删除图片
       delImage(i, key) {

+ 2 - 1
src/components/ledger/lib/uploadImgsName.vue

@@ -120,7 +120,8 @@ export default {
     //查看图片
     lookImg() {
       this.dialog.details = true
-      this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
     },
 
     //删除图片

+ 4 - 2
src/views/data_admin/buildData/index-2.vue

@@ -1168,7 +1168,8 @@ export default {
       }
       if (this.tablePicArr.Pic && this.tablePicArr.Pic.length) {
         this.dragSrc =
-          process.env.BASE_URL + ":8890/photo-View.html?type=" +
+          // process.env.BASE_URL + ":8890/photo-View.html?type=" +
+          process.env.BASE_URL + "/photo-View.html?type=" +
           // "http://172.16.0.181:8890/photo-View.html?type=" +
           this.tablePicArr.Pic[0].type +
           "&key=" +
@@ -1254,7 +1255,8 @@ export default {
     //点击图片查看大图
     seeBig(key, name, type) {
       this.dragSrc =
-        process.env.BASE_URL + ":8890/photo-View.html?type=" +
+        // process.env.BASE_URL + ":8890/photo-View.html?type=" +
+        process.env.BASE_URL + "/photo-View.html?type=" +
         type +
         "&key=" +
         key +

+ 4 - 2
src/views/data_admin/buildData/index.vue

@@ -1252,7 +1252,8 @@ export default {
       }
       if (this.tablePicArr.Pic && this.tablePicArr.Pic.length) {
         this.dragSrc =
-          process.env.BASE_URL + ":8890/photo-View.html?type=" +
+          // process.env.BASE_URL + ":8890/photo-View.html?type=" +
+          process.env.BASE_URL + "/photo-View.html?type=" +
           // "http://172.16.0.181:8890/photo-View.html?type=" +
           this.tablePicArr.Pic[0].type +
           "&key=" +
@@ -1338,7 +1339,8 @@ export default {
     //点击图片查看大图
     seeBig(key, name, type) {
       this.dragSrc =
-        process.env.BASE_URL + ":8890/photo-View.html?type=" +
+        // process.env.BASE_URL + ":8890/photo-View.html?type=" +
+        process.env.BASE_URL + "/photo-View.html?type=" +
         type +
         "&key=" +
         key +

+ 3 - 2
src/views/data_admin/buildGraphy/lib/lookImages.vue

@@ -153,7 +153,8 @@ export default {
       }
       if (this.picArrs.length) {
         this.$nextTick(_ => {
-          this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
           let iframe = document.getElementById("google_ads_frame3")
           console.log(iframe)
           iframe.onload = () => {
@@ -177,4 +178,4 @@ export default {
 };
 </script>
 <style>
-</style>
+</style>

+ 2 - 1
src/views/data_admin/buildGraphy/lib/uploadImgsName.vue

@@ -120,7 +120,8 @@ export default {
     //查看图片
     lookImg() {
       this.dialog.details = true
-      this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
     },
 
     //删除图片