Tcode平台改造升级-登录跳转相关修改
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
class="verify-input"
|
||||
/>
|
||||
<div class="captcha-box">
|
||||
<img class="code" :src="codeDir" alt="验证码图片" @click="getCaptchaUrl" />
|
||||
<span>x j 7 2</span>
|
||||
<!-- <img class="code" :src="codeDir" alt="验证码图片" @click="getCaptchaUrl" />-->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -231,7 +232,7 @@ const handleLogin = async () => {
|
||||
|
||||
Message.success('登录成功');
|
||||
// router.push({ name: `Pricing` });
|
||||
window.open('/Dashboard', '_blank');
|
||||
window.open(`${import.meta.env.VITE_BASE_URL}Dashboard`, '_blank');
|
||||
emits('close', true); // 关闭弹窗
|
||||
emits('login-success', { user: 'test' });
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user