|
|
@@ -124,7 +124,7 @@
|
|
|
// [Tabs.TabPane?.name]: Tabs.TabPane,
|
|
|
},
|
|
|
setup() {
|
|
|
- const { t } = useI18n();
|
|
|
+ const { t, locale } = useI18n();
|
|
|
const { createMessage, createConfirm } = useMessage();
|
|
|
const userStore = useUserStore();
|
|
|
const userInfo = computed(() => userStore.getUserInfo);
|
|
|
@@ -479,7 +479,7 @@
|
|
|
return getCheckPerm(val) || getCheckPerm(`${val}-${myType}`);
|
|
|
}
|
|
|
function handlegotoEdit(record) {
|
|
|
- window.open(`/mix3d/#/homes/${record.caseId}`);
|
|
|
+ window.open(`/mix3d/index.html?lang=${locale.value}#/homes/${record.caseId}`);
|
|
|
// let url = record.webSite.replace('smg', 'epg');
|
|
|
// if (!record.editAuthTime || (record.editAuthTime && dayjs() < dayjs(record.editAuthTime))) {
|
|
|
// window.open(url);
|