Commit 71ffe7d8 by Jony.L

修复管理端退出登录以后登录不上的bug

parent f100eb4a
...@@ -36,7 +36,8 @@ ...@@ -36,7 +36,8 @@
* Verify 验证码组件 * Verify 验证码组件
* @description 分发验证码使用 * @description 分发验证码使用
* */ * */
import { VerifyPoints, VerifySlide } from './Verify' import VerifySlide from './Verify/VerifySlide.vue'
import VerifyPoints from './Verify/VerifyPoints.vue'
import { computed, ref, toRefs, watchEffect } from 'vue' import { computed, ref, toRefs, watchEffect } from 'vue'
export default { export default {
......
import VerifySlide from './VerifySlide.vue' export { default as VerifySlide } from './VerifySlide.vue'
import VerifyPoints from './VerifyPoints.vue' export { default as VerifyPoints } from './VerifyPoints.vue'
export { VerifySlide, VerifyPoints }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment