From 59ea615c2e052627aee8159b08e381dd7714c988 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 04 十二月 2025 13:41:13 +0800
Subject: [PATCH] feat: 通知
---
apps/underTakeMiniApp/src/subpackages/login/authorization/authorization.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/apps/underTakeMiniApp/src/subpackages/login/authorization/authorization.vue b/apps/underTakeMiniApp/src/subpackages/login/authorization/authorization.vue
index cd8af0c..6fcdefb 100644
--- a/apps/underTakeMiniApp/src/subpackages/login/authorization/authorization.vue
+++ b/apps/underTakeMiniApp/src/subpackages/login/authorization/authorization.vue
@@ -25,7 +25,7 @@
v-model="state.policyChecked"
policyBtnText="鑻ユ墜鏈哄彿鏈敞鍐岋紝灏嗕负鎮ㄧ洿鎺ユ敞鍐岃处鍙凤紝娉ㄥ唽鍗充负鍚屾剰"
/>
- <div class="other-login-channel-wrapper" v-if="NODE_ENV === 'development'">
+ <div class="other-login-channel-wrapper" v-if="!isLoginByWeb">
<nut-divider>鍏朵粬鐧诲綍鏂瑰紡</nut-divider>
<div class="other-login-channel-list">
<div class="other-login-channel-list-item" @click="goLoginByForm()">
@@ -62,7 +62,6 @@
import { LoginFormTabs } from '../constants';
import * as authServices from '@12333/services/apiV2/auth';
import { subscribeMessageTemplateIdsForU } from '@12333/constants';
-import { NODE_ENV } from '@/constants';
defineOptions({
name: 'authorization',
--
Gitblit v1.9.1