Commit 08ab7d721a88423396148e14f37e727b21a888e1
Merge branch 'dev-fix-ww' into 'main_dev'
fix(远程网页): 修改远程网页默认页面 See merge request yunteng/thingskit-view!55
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -6,7 +6,7 @@ import cloneDeep from 'lodash/cloneDeep' | @@ -6,7 +6,7 @@ import cloneDeep from 'lodash/cloneDeep' | ||
6 | 6 | ||
7 | export const option = { | 7 | export const option = { |
8 | // 网站路径 | 8 | // 网站路径 |
9 | - dataset: "https://www.mtruning.club/", | 9 | + dataset: "https://www.thingskit.com/", |
10 | // 圆角 | 10 | // 圆角 |
11 | borderRadius: 10 | 11 | borderRadius: 10 |
12 | } | 12 | } |