Merge branch 'dev' into dev-commet

This commit is contained in:
tnt group
2022-11-03 11:06:18 +08:00
4 changed files with 17 additions and 3 deletions
@@ -67,7 +67,7 @@ watch(
onMounted(() => {
try {
if (navigator.userAgent.indexOf('Chrome') < -1 || navigator.userAgent.indexOf('Edg') > -1) {
window['$message'].error('组件仅在【谷歌】浏览器上能正常展示!')
window['$message'].error('三维地图组件仅在【谷歌】浏览器上能正常展示!')
chartEditStore.removeComponentList(undefined, false)
return
}
@@ -6,7 +6,7 @@ import cloneDeep from 'lodash/cloneDeep'
export const option = {
// 网站路径
dataset: "https://cn.vuejs.org/",
dataset: "https://www.mtruning.club/",
// 圆角
borderRadius: 10
}