|
|
|
@ -20,7 +20,6 @@ import Trialapplication from "../login/Trialapplication";
|
|
|
|
|
|
|
|
|
|
const $ = window.$;
|
|
|
|
|
const versionNum = '0001';
|
|
|
|
|
const timestamp = Date.parse(new Date());
|
|
|
|
|
// let _url_origin = getUrl()
|
|
|
|
|
let _url_origin='';
|
|
|
|
|
if(window.location.port === "3007"){
|
|
|
|
@ -36,14 +35,14 @@ if (!window['indexHOCLoaded']) {
|
|
|
|
|
// $('head').append($('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|
// .attr('href', `${_url_origin}/stylesheets/educoder/antd.min.css?1525440977`));
|
|
|
|
|
$('head').append($('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/css/edu-common.css?${timestamp}`));
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/css/edu-common.css?1`));
|
|
|
|
|
|
|
|
|
|
$('head').append($('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?${timestamp}`));
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?1`));
|
|
|
|
|
|
|
|
|
|
// index.html有加载
|
|
|
|
|
$('head').append($('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?${timestamp}`));
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?1`));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// $('head').append($('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|