mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 10:22:32 +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
|
Navicat MySQL Data Transfer
|
||||||
|
|
||||||
Source Server : server.cuci.cc
|
Source Server : thinkadmin.top
|
||||||
Source Server Type : MySQL
|
Source Server Type : MySQL
|
||||||
Source Server Version : 50562
|
Source Server Version : 50562
|
||||||
Source Host : localhost:3306
|
Source Host : 127.0.0.1:3306
|
||||||
Source Schema : admin_v6
|
Source Schema : admin_v6
|
||||||
|
|
||||||
Target Server Type : MySQL
|
Target Server Type : MySQL
|
||||||
Target Server Version : 50562
|
Target Server Version : 50562
|
||||||
File Encoding : 65001
|
File Encoding : 65001
|
||||||
|
|
||||||
Date: 24/02/2021 18:00:55
|
Date: 24/02/2021 18:05:01
|
||||||
*/
|
*/
|
||||||
|
|
||||||
SET NAMES utf8mb4;
|
SET NAMES utf8mb4;
|
||||||
|
@ -5,17 +5,20 @@
|
|||||||
{foreach $types as $type}
|
{foreach $types as $type}
|
||||||
<div class="layui-col-sm6 layui-col-md6 layui-col-lg4 ">
|
<div class="layui-col-sm6 layui-col-md6 layui-col-lg4 ">
|
||||||
<!--{if auth('pageEdit')}-->
|
<!--{if auth('pageEdit')}-->
|
||||||
<div class="portal-block-item nowrap pointer think-bg-violet" data-open="{:url('pageEdit')}?type={$type}">
|
<div class="pointer" data-open="{:url('pageEdit')}?type={$type}">
|
||||||
|
<div class="portal-block-item nowrap think-bg-violet">
|
||||||
<div class="">编辑页面内容</div>
|
<div class="">编辑页面内容</div>
|
||||||
<div style="font-size:26px">{$type|default=''}</div>
|
<div style="font-size:26px">{$type|default=''}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<i class="portal-block-icon layui-icon layui-icon-read"></i>
|
||||||
|
</div>
|
||||||
<!--{else}-->
|
<!--{else}-->
|
||||||
<div class="portal-block-item nowrap pointer think-bg-violet">
|
<div class="portal-block-item nowrap think-bg-violet">
|
||||||
<div class="">编辑页面内容</div>
|
<div class="">编辑页面内容</div>
|
||||||
<div style="font-size:26px">{$type|default=''}</div>
|
<div style="font-size:26px">{$type|default=''}</div>
|
||||||
</div>
|
</div>
|
||||||
<!--{/if}-->
|
|
||||||
<i class="portal-block-icon layui-icon layui-icon-read"></i>
|
<i class="portal-block-icon layui-icon layui-icon-read"></i>
|
||||||
|
<!--{/if}-->
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user