Skip to content

Commit

Permalink
bugfix: 修复引擎管理端前端页面问题
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls authored and hanshuaikang committed Oct 20, 2023
1 parent 4471229 commit 684d0b2
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 18 deletions.

This file was deleted.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="/static/images/favicon.ico" type="image/x-icon" />
<meta charset="utf-8">
<title> bamboo-engine-admin-frontend </title>
<link href="{% static 'engine_admin/css/app.903f13e.css' %}" rel="stylesheet"></head>
<link href="{% static 'engine_admin/css/app.fb328ae.css' %}" rel="stylesheet"></head>
<body>
<div id="app"></div>
<script>
var SITE_URL = '{{SITE_URL}}'
var BK_STATIC_URL = '{{BK_STATIC_URL}}/'
var REMOTE_STATIC_URL = ''
var APP_CODE = '{{APP_CODE}}'
</script>
<script>
var pathname = window.location.pathname
var SITE_URL = pathname.endsWith('/') ? pathname : pathname + '/'
function getCookie(name) {
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
return (arr = document.cookie.match(reg)) ? unescape(arr[2]) : null;
}
</script>
<script type="text/javascript" src="{% static 'engine_admin/js/runtime.114327c.js' %}"></script><script type="text/javascript" src="{% static 'engine_admin/js/vue-lib.ac90813.js' %}"></script><script type="text/javascript" src="{% static 'engine_admin/js/app.442a902.js' %}"></script></body>
<script type="text/javascript" src="{% static 'engine_admin/js/runtime.114327c.js' %}"></script><script type="text/javascript" src="{% static 'engine_admin/js/vue-lib.3bbf677.js' %}"></script><script type="text/javascript" src="{% static 'engine_admin/js/app.b8f6f33.js' %}"></script></body>
</html>

0 comments on commit 684d0b2

Please sign in to comment.