From 6a079e08026e1319a37e8c5537ca9a9ac1f3f550 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 09 Feb 2023 09:29:15 +0800
Subject: [PATCH] 添加查询条件,细化许可证类型展示
---
src/views/login/index.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 78b072d..323ef0d 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -1,7 +1,6 @@
<template>
<div class="login-container">
<div v-title :data-title="titleName" class="main"/>
-
<div class="left-container">
<div class="login_title"></div>
<div v-if="action==='login'" class="login-component">
@@ -606,4 +605,3 @@
margin:auto;
}
</style>
-
--
Gitblit v1.9.2