|
|
@ -53,8 +53,8 @@ |
|
|
|
</a-form-item> |
|
|
|
</a-form> |
|
|
|
</a-modal> |
|
|
|
<a-modal :confirm-loading="confirmLoading1" title="需要登录" :visible="visible1" @cancel="handleCancel1" @ok="handleOk1" width="50%"> |
|
|
|
还没有登录,请您先去登录 <span style="color: rgba(0, 0, 0, 0.65)"> (点击确定前往登录)</span> |
|
|
|
<a-modal :confirm-loading="confirmLoading1" title="需要登录" :visible="visible1" @cancel="handleCancel1" @ok="handleOk1" width="30%"> |
|
|
|
还没有登录,请您先去登录 <span style="color: rgba(0, 0, 0, 0.45)"> (点击确定前往登录)</span> |
|
|
|
</a-modal> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|