Compare commits

..

No commits in common. "7c379c956675a9aafde8ff75af830ac65de31b26" and "23c0e4e675edb24f95e5de7fbb599d1bcbfc1ce1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@
{{ $t("login:button:login") }}
</el-button>
<div style="text-align: right">
<TopLang v-if="VUE_APP_OSS_CONFIG_REGION !== 'oss-us-west-1'&& NODE_ENV !== 'usa'" />
<TopLang v-if="VUE_APP_OSS_CONFIG_REGION !== 'oss-us-west-1'" />
<!-- Forget password? -->
<el-button
type="text"

View File

@ -93,7 +93,7 @@
}}</el-menu-item>
</el-submenu>
</el-menu>
<TopLang v-if="VUE_APP_OSS_CONFIG_REGION !== 'oss-us-west-1'&& NODE_ENV !== 'usa'" />
<TopLang v-if="VUE_APP_OSS_CONFIG_REGION !== 'oss-us-west-1'" />
</div>
</div>
</template>