Browse Source

去除密码框可关闭

bill 2 years ago
parent
commit
c4029d5629
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/pwd.vue

+ 1 - 1
src/layout/pwd.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <Modal width="400px" title="三维融合平台" :visible="visible" centered class="model-table">
+  <Modal width="400px" title="三维融合平台" :visible="visible" centered class="model-table" :closable="false">
     <template #footer>
     <template #footer>
       <Button key="submit" type="primary" @click="okHandler">确定</Button>
       <Button key="submit" type="primary" @click="okHandler">确定</Button>
     </template>
     </template>