mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改插件
This commit is contained in:
parent
af4a1748c4
commit
9422674a2b
@ -49,11 +49,11 @@ class Plugs extends Controller
|
|||||||
{
|
{
|
||||||
$debug = $this->app->isDebug() ? 'true' : 'false';
|
$debug = $this->app->isDebug() ? 'true' : 'false';
|
||||||
$editor = sysconf("base.editor") ?: "ckeditor4";
|
$editor = sysconf("base.editor") ?: "ckeditor4";
|
||||||
$taroot = sysuri("admin/index/index", [], false);
|
$taRoot = sysuri("admin/index/index", [], false);
|
||||||
return response(join("\n", [
|
return response(join("\n", [
|
||||||
"window.taDebug = {$debug};",
|
"window.taDebug = {$debug};",
|
||||||
|
"window.taAdmin = '{$taRoot}';",
|
||||||
"window.taEditor = '{$editor}';",
|
"window.taEditor = '{$editor}';",
|
||||||
"window.tapiRoot = '{$taroot}';",
|
|
||||||
]))->header([
|
]))->header([
|
||||||
'Content-Type' => 'application/x-javascript'
|
'Content-Type' => 'application/x-javascript'
|
||||||
]);
|
]);
|
||||||
|
@ -40,7 +40,7 @@ if (typeof Array.prototype.forEach !== 'function') {
|
|||||||
var srcs = document.scripts[document.scripts.length - 1].src.split('/');
|
var srcs = document.scripts[document.scripts.length - 1].src.split('/');
|
||||||
window.appRoot = srcs.slice(0, -2).join('/') + '/';
|
window.appRoot = srcs.slice(0, -2).join('/') + '/';
|
||||||
window.baseRoot = srcs.slice(0, -1).join('/') + '/';
|
window.baseRoot = srcs.slice(0, -1).join('/') + '/';
|
||||||
window.tapiRoot = window.tapiRoot || window.appRoot + "admin";
|
window.tapiRoot = window.taAdmin || window.appRoot + "admin";
|
||||||
|
|
||||||
/*! 挂载 layui & jquery 对象 */
|
/*! 挂载 layui & jquery 对象 */
|
||||||
layui.config({base: baseRoot + 'plugs/layui_exts/'});
|
layui.config({base: baseRoot + 'plugs/layui_exts/'});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user