@@ -23,7 +23,7 @@ const assets = reactive({
account: `https://account${rootDomain}',`,
'3d': `https://3d${rootDomain}`,
'2d': `https://2d${rootDomain}`,
- helps: [
+ helps_v: [
{
name: '产品介绍',
url: `https://doc${rootDomain}/document/118756411`,
@@ -18,7 +18,7 @@ const enterprise = reactive({
'3d': getUrl('3d'),
'2d': getUrl('2d'),
admin: getUrl('admin'),
@@ -221,7 +221,7 @@
<a> 帮助 </a>
<t-dropdown-menu>
<t-dropdown-item
- v-for="item in enterprise.helps"
+ v-for="item in enterprise.helps_v"
:divider="item.divider"
>
<a :href="item.url" target="_blank">{{ item.name }}</a>