mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
fix
This commit is contained in:
parent
4d0c444235
commit
e04cc2f344
@ -6,8 +6,9 @@ Use this section to tell people about which versions of your project are
|
||||
currently being supported with security updates.
|
||||
|
||||
| Version | Supported |
|
||||
|-------------| ------------------ |
|
||||
| 2.8.x | :white_check_mark: |
|
||||
|-------------|--------------------|
|
||||
| 2.9.x | :white_check_mark: |
|
||||
| 2.8.x | :x: |
|
||||
| 2.8.1-2.8.6 | :x: |
|
||||
| < 2.7 | :x: |
|
||||
|
||||
|
@ -227,7 +227,14 @@
|
||||
</a-row>
|
||||
</a-form-model-item>
|
||||
|
||||
<a-form-model-item v-if="temp.buildMode === 0" label="构建命令" prop="script">
|
||||
<a-form-model-item v-if="temp.buildMode === 0" prop="script">
|
||||
<template slot="label">
|
||||
构建命令
|
||||
<a-tooltip v-show="!temp.id">
|
||||
<template slot="title"> 这里构建命令最终会在服务器上执行。 如果有多行命令那么将<b>逐行执行</b>,如果想要切换路径后执行命令则需要 <b>cd xxx && mvn clean package</b></template>
|
||||
<a-icon type="question-circle" theme="filled" />
|
||||
</a-tooltip>
|
||||
</template>
|
||||
<a-popover title="命令示例">
|
||||
<template slot="content">
|
||||
<p
|
||||
|
Loading…
Reference in New Issue
Block a user