【fix bug】去掉无效的权限拦截

This commit is contained in:
zer0Black
2023-05-30 14:07:45 +08:00
parent 492261a391
commit 964cb1a6a4
2 changed files with 13 additions and 44 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<a-col :md="6" :sm="8">
<a-form-item label="手机号码">
<a-input placeholder="请输入手机号查询" v-model="queryParam.phone"></a-input>
<a-input placeholder="请输入完整手机号精准查询" v-model="queryParam.phone"></a-input>
</a-form-item>
</a-col>