Browse Source

swagger 迎合版本更新修改json 为string

main
klausY 5 years ago
parent
commit
5551a142bc
  1. 6
      QMPlusVuePage/src/view/superAdmin/api/api.vue

6
QMPlusVuePage/src/view/superAdmin/api/api.vue

@ -66,6 +66,9 @@
<el-input autocomplete="off" v-model="form.description"></el-input>
</el-form-item>
</el-form>
<div class="warning">
新增Api需要在角色管理内配置权限才可使用
</div>
<div class="dialog-footer" slot="footer">
<el-button @click="closeDialog"> </el-button>
<el-button @click="enterDialog" type="primary"> </el-button>
@ -232,4 +235,7 @@ export default {
float: right;
}
}
.warning {
color: #DC143C;
}
</style>
Loading…
Cancel
Save