Ver código fonte

perf: 优化 iframe 组件

奔跑的面条 3 anos atrás
pai
commit
ad16136636

+ 1 - 1
src/packages/components/Informations/Mores/Iframe/config.ts

@@ -6,7 +6,7 @@ import cloneDeep from 'lodash/cloneDeep'
 
 export const option = {
   // 网站路径
-  dataset: "http://www.mtruning.club:81/",
+  dataset: "https://cn.vuejs.org/",
   // 圆角
   borderRadius: 10
 }

+ 1 - 1
src/packages/components/Informations/Mores/Iframe/config.vue

@@ -1,7 +1,7 @@
 <template>
   <collapse-item name="属性" :expanded="true">
     <setting-item-box name="路径" :alone="true">
-      <setting-item>
+      <setting-item name="请填写 https 协议的网址">
         <n-input v-model:value="optionData.dataset" size="small"></n-input>
       </setting-item>
     </setting-item-box>