mirror of https://gitee.com/y_project/RuoYi.git
调整验证码路径和代码生成模板注释
parent
0a6e493f95
commit
0e9d6794f3
|
@ -52,7 +52,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<a href="javascript:void(0);" title="点击更换验证码">
|
<a href="javascript:void(0);" title="点击更换验证码">
|
||||||
<img th:src="@{captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
<img th:src="@{/captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<a href="javascript:void(0);" title="点击更换验证码">
|
<a href="javascript:void(0);" title="点击更换验证码">
|
||||||
<img th:src="@{captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
<img th:src="@{/captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -274,7 +274,7 @@
|
||||||
#end
|
#end
|
||||||
#if($table.tree)
|
#if($table.tree)
|
||||||
|
|
||||||
/*${functionName}-新增-选择父部门树*/
|
/*${functionName}-新增-选择父${functionName}树*/
|
||||||
function select${BusinessName}Tree() {
|
function select${BusinessName}Tree() {
|
||||||
var options = {
|
var options = {
|
||||||
title: '${functionName}选择',
|
title: '${functionName}选择',
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
#end
|
#end
|
||||||
#if($table.tree)
|
#if($table.tree)
|
||||||
|
|
||||||
/*${functionName}-新增-选择父部门树*/
|
/*${functionName}-编辑-选择父${functionName}树*/
|
||||||
function select${BusinessName}Tree() {
|
function select${BusinessName}Tree() {
|
||||||
var options = {
|
var options = {
|
||||||
title: '${functionName}选择',
|
title: '${functionName}选择',
|
||||||
|
|
Loading…
Reference in New Issue