Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
00ceb2007525ebe4dba21e513b8921281ecffe85
Authored by
ww
2023-04-27 19:58:29 +0800
1 parent
0de36dc0
fix(远程网页): 修改远程网页默认页面
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/packages/components/Informations/Mores/Iframe/config.ts
src/packages/components/Informations/Mores/Iframe/config.ts
View file @
00ceb20
...
...
@@ -6,7 +6,7 @@ import cloneDeep from 'lodash/cloneDeep'
6
6
7
7
export const option = {
8
8
// 网站路径
9
-
dataset: "https://www.
mtruning.club
/",
9
+
dataset: "https://www.
thingskit.com
/",
10
10
// 圆角
11
11
borderRadius: 10
12
12
}
...
...