仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-before
宁夏三级mom前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
银川 1.不合格品处理页面开发联调 2.招投标管理 - 可配置版前端联调方案
gaoluyang
2026-08-07
a3057955f855b8a266c017df00645845e7471410
[mom-pro2-before.git]
/
src
/
views
/
_core
/
authentication
/
qrcode-login.vue
1
2
3
4
5
6
7
8
9
10
<script lang="ts" setup>
import { AuthenticationQrCodeLogin } from '@vben/common-ui';
import { LOGIN_PATH } from '@vben/constants';
defineOptions({ name: 'QrCodeLogin' });
</script>
<template>
<AuthenticationQrCodeLogin :login-path="LOGIN_PATH" />
</template>