修改 在线文件管理界面

This commit is contained in:
Suwings 2019-09-18 14:08:20 +08:00
parent 03e7383de9
commit 4fac216fc3
6 changed files with 7 additions and 28 deletions

View File

@ -1,21 +0,0 @@
//标准的URL定位器
//如果你的程序不在根目录,可以考虑更改这里,或者你有什么其他姿势。
//如果你需要反向代理加入SSL请更改此处
//某些 login 页面没有 MCSERVER 全局变量,在此实例化
if (window.MCSERVER == undefined) window.MCSERVER = {};
//Ws 默认协议
MCSERVER.WS_PROTOCOL = 'ws://';
//HTTP 默认协议
MCSERVER.HTTP_PROTOCOL = 'http://';
//URL定位器
MCSERVER.URL = function (url, protocol) {
var _protocol = protocol || MCSERVER.HTTP_PROTOCOL;
var hostName = window.location.host;
var openURL = hostName + '/' + url + '';
return _protocol + openURL;
};

View File

@ -12,13 +12,13 @@
<link rel=stylesheet href=static/bootstrap/css/bootstrap.min.css> <link rel=stylesheet href=static/main.css> <link
href=favicon.ico rel="shortcut icon">
<link href=css/app.a55e53b5.css rel=preload as=style>
<link href=js/app.f88a407b.js rel=preload as=script>
<link href=js/app.69b465be.js rel=preload as=script>
<link href=js/chunk-vendors.40357f11.js rel=preload as=script>
<link href=css/app.a55e53b5.css rel=stylesheet>
</head>
<body>
<div id=app></div>
<script src=URL.js></script>
<script src=static/es6-promise.auto.min.js> </script> <script src=static/jquery-3.2.1.min.js> </script> <script
src=js/chunk-vendors.40357f11.js> </script> <script src=js/app.f88a407b.js> </script> </body> </html>
<script src=../common/URL.js> </script> <script src=static/es6-promise.auto.min.js> </script> <script
src=static/jquery-3.2.1.min.js> </script> <script src=js/chunk-vendors.40357f11.js> </script> <script
src=js/app.69b465be.js> </script> </body> </html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long