mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
更新sql文件
This commit is contained in:
parent
e640f28115
commit
fcf8adb4de
File diff suppressed because one or more lines are too long
@ -1,17 +1,17 @@
|
||||
/*
|
||||
Navicat MySQL Data Transfer
|
||||
|
||||
Source Server : server.cuci.cc
|
||||
Source Server : thinkadmin.top
|
||||
Source Server Type : MySQL
|
||||
Source Server Version : 50562
|
||||
Source Host : localhost:3306
|
||||
Source Host : 127.0.0.1:3306
|
||||
Source Schema : admin_v6
|
||||
|
||||
Target Server Type : MySQL
|
||||
Target Server Version : 50562
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 24/02/2021 18:00:55
|
||||
Date: 24/02/2021 18:05:01
|
||||
*/
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
|
@ -5,17 +5,20 @@
|
||||
{foreach $types as $type}
|
||||
<div class="layui-col-sm6 layui-col-md6 layui-col-lg4 ">
|
||||
<!--{if auth('pageEdit')}-->
|
||||
<div class="portal-block-item nowrap pointer think-bg-violet" data-open="{:url('pageEdit')}?type={$type}">
|
||||
<div class="">编辑页面内容</div>
|
||||
<div style="font-size:26px">{$type|default=''}</div>
|
||||
<div class="pointer" data-open="{:url('pageEdit')}?type={$type}">
|
||||
<div class="portal-block-item nowrap think-bg-violet">
|
||||
<div class="">编辑页面内容</div>
|
||||
<div style="font-size:26px">{$type|default=''}</div>
|
||||
</div>
|
||||
<i class="portal-block-icon layui-icon layui-icon-read"></i>
|
||||
</div>
|
||||
<!--{else}-->
|
||||
<div class="portal-block-item nowrap pointer think-bg-violet">
|
||||
<div class="portal-block-item nowrap think-bg-violet">
|
||||
<div class="">编辑页面内容</div>
|
||||
<div style="font-size:26px">{$type|default=''}</div>
|
||||
</div>
|
||||
<!--{/if}-->
|
||||
<i class="portal-block-icon layui-icon layui-icon-read"></i>
|
||||
<!--{/if}-->
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user