mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改模板文件
This commit is contained in:
parent
f396b2474e
commit
a4abf3ad8c
@ -58,4 +58,5 @@ invoke(function (App $app) {
|
|||||||
return json(['code' => 0, 'info' => '演示环境禁止修改用户密码!']);
|
return json(['code' => 0, 'info' => '演示环境禁止修改用户密码!']);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
@ -42,5 +42,4 @@
|
|||||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<script>form.render()</script>
|
|
||||||
</fieldset>
|
</fieldset>
|
@ -92,7 +92,5 @@
|
|||||||
<button class="layui-btn layui-btn-danger" type='button' data-confirm="确定要取消修改吗?" data-close>取消修改</button>
|
<button class="layui-btn layui-btn-danger" type='button' data-confirm="确定要取消修改吗?" data-close>取消修改</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>form.render()</script>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
@ -92,7 +92,5 @@
|
|||||||
<button class="layui-btn layui-btn-danger" type='button' data-confirm="确定要取消修改吗?" data-close>取消修改</button>
|
<button class="layui-btn layui-btn-danger" type='button' data-confirm="确定要取消修改吗?" data-close>取消修改</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>form.render()</script>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
@ -103,7 +103,6 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
layui.form.render();
|
|
||||||
layui.form.on('select(SiteTheme)', function (data) {
|
layui.form.on('select(SiteTheme)', function (data) {
|
||||||
var alls = '', prox = 'layui-layout-theme-', curt = prox + data.value;
|
var alls = '', prox = 'layui-layout-theme-', curt = prox + data.value;
|
||||||
$(data.elem.options).map(function () {
|
$(data.elem.options).map(function () {
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
layui.form.render();
|
|
||||||
$('form#theme input[name=site_theme]').on('click', function () {
|
$('form#theme input[name=site_theme]').on('click', function () {
|
||||||
var alls = '', that = this, prox = 'layui-layout-theme-', curt = prox + that.value;
|
var alls = '', that = this, prox = 'layui-layout-theme-', curt = prox + that.value;
|
||||||
$('form#theme input[name=site_theme]').map(function () {
|
$('form#theme input[name=site_theme]').map(function () {
|
||||||
|
@ -78,7 +78,6 @@
|
|||||||
|
|
||||||
{block name='script'}
|
{block name='script'}
|
||||||
<script>
|
<script>
|
||||||
layui.form.render();
|
|
||||||
require(['jquery.autocompleter'], function () {
|
require(['jquery.autocompleter'], function () {
|
||||||
$('[name="icon"]').on('change', function () {
|
$('[name="icon"]').on('change', function () {
|
||||||
$(this).parent().next().find('i').get(0).className = this.value
|
$(this).parent().next().find('i').get(0).className = this.value
|
||||||
|
@ -56,5 +56,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<script>form.render()</script>
|
|
||||||
|
@ -62,6 +62,4 @@
|
|||||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<script>form.render()</script>
|
|
Loading…
x
Reference in New Issue
Block a user