feat_环境配置_mysql增加多条语句执行配置提示 --story=1003527 --user=王孝刚 1.mysql增加多条语句执行配置提示,选择数据库驱动为mysql时显示tips https://www.tapd.cn/55049933/s/1056488

This commit is contained in:
wxg0103 2021-10-19 09:48:54 +08:00 committed by fit2-zhao
parent d2c303e790
commit cae077582e
1 changed files with 1 additions and 3 deletions

View File

@ -17,12 +17,10 @@
<el-input v-model="currentConfig.dbUrl" maxlength="500" show-word-limit
:placeholder="$t('commons.input_content')"/>
<div v-if="currentConfig.driver ==='com.mysql.jdbc.Driver'">
<small>Tips: 执行多条SQL语句需配置allowMultiQueries=true</small>
<span style="font-size:10px">{{this.$t('api_test.request.sql.tips')}}</span>
</div>
</el-form-item>
<el-form-item :label="$t('api_test.request.sql.username')" prop="username">
<el-input v-model="currentConfig.username" maxlength="300" show-word-limit
:placeholder="$t('commons.input_content')"/>