Merge branch 'master' into develop

feat/task1-c-wallet
devil_gong 2019-01-07 10:00:34 +08:00
commit 3c057b81ad
2 changed files with 1 additions and 4 deletions

View File

@ -34,9 +34,6 @@ class Ueditor extends Common
{
// 调用父类前置方法
parent::__construct();
// 登录校验
$this->Is_Login();
}
/**

View File

@ -24,7 +24,7 @@
/**
* 服务器地址
*/
var SERVER_URL = $('#upload-editor-view').data('url');
var SERVER_URL = ($('#upload-editor-view').length > 0) ? $('#upload-editor-view').data('url') : '';
/**
* 配置项主体注意此处所有涉及到路径的配置别遗漏URL变量
*/