Prechádzať zdrojové kódy

superset的iframe嵌套URL换成不带登录相关的部分界面

王苗苗 2 mesiacov pred
rodič
commit
cce48eb34f

+ 1 - 1
src/views/business/asset-water/index.vue

@@ -4,7 +4,7 @@
 
 <template>
   <section class="viewport">
-    <iframe src="http://10.0.0.28:8088/superset/dashboard/p/jDdkVZ3kl5Y/" frameborder="0" style="width: 100%; height: 100%;"></iframe>
+    <iframe src="http://10.0.0.28:8088/superset/dashboard/4/?permalink_key=jDdkVZ3kl5Y&standalone=true" frameborder="0" style="width: 100%; height: 100%;"></iframe>
   </section>
 </template>
 

+ 1 - 1
src/views/business/asset/index.vue

@@ -3,7 +3,7 @@
 
 <template>
   <section class="viewport">
-    <iframe src="http://10.0.0.28:8088/superset/dashboard/p/q5oAYPeXlMN/" frameborder="0"
+    <iframe src="http://10.0.0.28:8088/superset/dashboard/3/?permalink_key=jDdkVZ3kl5Y&standalone=true" frameborder="0"
       style="width: 100%; height: 100%;"></iframe>
   </section>
 </template>