mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改后台Js文件
This commit is contained in:
parent
77c9882612
commit
6fc880d9a2
@ -11,13 +11,6 @@
|
|||||||
// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
// 浏览器兼容提示
|
|
||||||
(function (w) {
|
|
||||||
if (!("WebSocket" in w && 2 === w.WebSocket.CLOSING)) {
|
|
||||||
document.body.innerHTML = '<div class="version-debug">您使用的浏览器已经<strong>过时</strong>,建议使用最新版本的谷歌浏览器。<a target="_blank" href="https://www.google.cn/chrome" class="layui-btn layui-btn-primary">立即下载</a></div>';
|
|
||||||
}
|
|
||||||
}(window));
|
|
||||||
|
|
||||||
// Layui & jQuery
|
// Layui & jQuery
|
||||||
if (typeof jQuery === 'undefined') window.$ = window.jQuery = layui.$;
|
if (typeof jQuery === 'undefined') window.$ = window.jQuery = layui.$;
|
||||||
window.form = layui.form, window.layer = layui.layer, window.laydate = layui.laydate;
|
window.form = layui.form, window.layer = layui.layer, window.laydate = layui.laydate;
|
||||||
@ -42,7 +35,6 @@ require.config({
|
|||||||
'echarts': ['plugs/echarts/echarts.min'],
|
'echarts': ['plugs/echarts/echarts.min'],
|
||||||
'angular': ['plugs/angular/angular.min'],
|
'angular': ['plugs/angular/angular.min'],
|
||||||
'ckeditor': ['plugs/ckeditor/ckeditor'],
|
'ckeditor': ['plugs/ckeditor/ckeditor'],
|
||||||
'plupload': ['plugs/plupload/plupload.full.min'],
|
|
||||||
'websocket': ['plugs/socket/websocket'],
|
'websocket': ['plugs/socket/websocket'],
|
||||||
'pcasunzips': ['plugs/jquery/pcasunzips'],
|
'pcasunzips': ['plugs/jquery/pcasunzips'],
|
||||||
'jquery.ztree': ['plugs/ztree/ztree.all.min'],
|
'jquery.ztree': ['plugs/ztree/ztree.all.min'],
|
||||||
@ -66,7 +58,7 @@ $(function () {
|
|||||||
/*! 消息组件实例 */
|
/*! 消息组件实例 */
|
||||||
$.msg = new function (that) {
|
$.msg = new function (that) {
|
||||||
that = this;
|
that = this;
|
||||||
this.indexs = [];
|
this.idx = [];
|
||||||
this.shade = [0.02, '#000'];
|
this.shade = [0.02, '#000'];
|
||||||
// 关闭消息框
|
// 关闭消息框
|
||||||
this.close = function (index) {
|
this.close = function (index) {
|
||||||
|
2
vendor/autoload.php
vendored
2
vendor/autoload.php
vendored
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/composer/autoload_real.php';
|
require_once __DIR__ . '/composer/autoload_real.php';
|
||||||
|
|
||||||
return ComposerAutoloaderInite6ff642f5d0a514e9d0fd7f1fb6369db::getLoader();
|
return ComposerAutoloaderInit45a3f05918f1aefa496038363a905f7d::getLoader();
|
||||||
|
14
vendor/composer/autoload_real.php
vendored
14
vendor/composer/autoload_real.php
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// autoload_real.php @generated by Composer
|
// autoload_real.php @generated by Composer
|
||||||
|
|
||||||
class ComposerAutoloaderInite6ff642f5d0a514e9d0fd7f1fb6369db
|
class ComposerAutoloaderInit45a3f05918f1aefa496038363a905f7d
|
||||||
{
|
{
|
||||||
private static $loader;
|
private static $loader;
|
||||||
|
|
||||||
@ -19,15 +19,15 @@ class ComposerAutoloaderInite6ff642f5d0a514e9d0fd7f1fb6369db
|
|||||||
return self::$loader;
|
return self::$loader;
|
||||||
}
|
}
|
||||||
|
|
||||||
spl_autoload_register(array('ComposerAutoloaderInite6ff642f5d0a514e9d0fd7f1fb6369db', 'loadClassLoader'), true, true);
|
spl_autoload_register(array('ComposerAutoloaderInit45a3f05918f1aefa496038363a905f7d', 'loadClassLoader'), true, true);
|
||||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
||||||
spl_autoload_unregister(array('ComposerAutoloaderInite6ff642f5d0a514e9d0fd7f1fb6369db', 'loadClassLoader'));
|
spl_autoload_unregister(array('ComposerAutoloaderInit45a3f05918f1aefa496038363a905f7d', 'loadClassLoader'));
|
||||||
|
|
||||||
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
||||||
if ($useStaticLoader) {
|
if ($useStaticLoader) {
|
||||||
require_once __DIR__ . '/autoload_static.php';
|
require_once __DIR__ . '/autoload_static.php';
|
||||||
|
|
||||||
call_user_func(\Composer\Autoload\ComposerStaticInite6ff642f5d0a514e9d0fd7f1fb6369db::getInitializer($loader));
|
call_user_func(\Composer\Autoload\ComposerStaticInit45a3f05918f1aefa496038363a905f7d::getInitializer($loader));
|
||||||
} else {
|
} else {
|
||||||
$map = require __DIR__ . '/autoload_namespaces.php';
|
$map = require __DIR__ . '/autoload_namespaces.php';
|
||||||
foreach ($map as $namespace => $path) {
|
foreach ($map as $namespace => $path) {
|
||||||
@ -48,19 +48,19 @@ class ComposerAutoloaderInite6ff642f5d0a514e9d0fd7f1fb6369db
|
|||||||
$loader->register(true);
|
$loader->register(true);
|
||||||
|
|
||||||
if ($useStaticLoader) {
|
if ($useStaticLoader) {
|
||||||
$includeFiles = Composer\Autoload\ComposerStaticInite6ff642f5d0a514e9d0fd7f1fb6369db::$files;
|
$includeFiles = Composer\Autoload\ComposerStaticInit45a3f05918f1aefa496038363a905f7d::$files;
|
||||||
} else {
|
} else {
|
||||||
$includeFiles = require __DIR__ . '/autoload_files.php';
|
$includeFiles = require __DIR__ . '/autoload_files.php';
|
||||||
}
|
}
|
||||||
foreach ($includeFiles as $fileIdentifier => $file) {
|
foreach ($includeFiles as $fileIdentifier => $file) {
|
||||||
composerRequiree6ff642f5d0a514e9d0fd7f1fb6369db($fileIdentifier, $file);
|
composerRequire45a3f05918f1aefa496038363a905f7d($fileIdentifier, $file);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $loader;
|
return $loader;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function composerRequiree6ff642f5d0a514e9d0fd7f1fb6369db($fileIdentifier, $file)
|
function composerRequire45a3f05918f1aefa496038363a905f7d($fileIdentifier, $file)
|
||||||
{
|
{
|
||||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||||
require $file;
|
require $file;
|
||||||
|
8
vendor/composer/autoload_static.php
vendored
8
vendor/composer/autoload_static.php
vendored
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace Composer\Autoload;
|
namespace Composer\Autoload;
|
||||||
|
|
||||||
class ComposerStaticInite6ff642f5d0a514e9d0fd7f1fb6369db
|
class ComposerStaticInit45a3f05918f1aefa496038363a905f7d
|
||||||
{
|
{
|
||||||
public static $files = array (
|
public static $files = array (
|
||||||
'841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
|
'841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
|
||||||
@ -314,9 +314,9 @@ class ComposerStaticInite6ff642f5d0a514e9d0fd7f1fb6369db
|
|||||||
public static function getInitializer(ClassLoader $loader)
|
public static function getInitializer(ClassLoader $loader)
|
||||||
{
|
{
|
||||||
return \Closure::bind(function () use ($loader) {
|
return \Closure::bind(function () use ($loader) {
|
||||||
$loader->prefixLengthsPsr4 = ComposerStaticInite6ff642f5d0a514e9d0fd7f1fb6369db::$prefixLengthsPsr4;
|
$loader->prefixLengthsPsr4 = ComposerStaticInit45a3f05918f1aefa496038363a905f7d::$prefixLengthsPsr4;
|
||||||
$loader->prefixDirsPsr4 = ComposerStaticInite6ff642f5d0a514e9d0fd7f1fb6369db::$prefixDirsPsr4;
|
$loader->prefixDirsPsr4 = ComposerStaticInit45a3f05918f1aefa496038363a905f7d::$prefixDirsPsr4;
|
||||||
$loader->classMap = ComposerStaticInite6ff642f5d0a514e9d0fd7f1fb6369db::$classMap;
|
$loader->classMap = ComposerStaticInit45a3f05918f1aefa496038363a905f7d::$classMap;
|
||||||
|
|
||||||
}, null, ClassLoader::class);
|
}, null, ClassLoader::class);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user