代码生成新增快捷选择保存到本项目

This commit is contained in:
不做码农 2022-01-20 21:30:16 +08:00
parent ccbd1ba0da
commit 535bf04669

View File

@ -119,6 +119,7 @@
</el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item @click.native="info.genPath = '/'">恢复默认的生成基础路径</el-dropdown-item>
<el-dropdown-item @click.native="info.genPath = ''">本项目</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</el-input>