瀏覽代碼

style: 修改 iframe默认地址

奔跑的面条 3 年之前
父節點
當前提交
81a233a413
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/packages/components/Informations/Mores/Iframe/config.ts

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

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