dashboard: Fix the logo problem when customizing the context-path of the backend (#2253)
This commit is contained in:
parent
25651de09a
commit
0a34fc4d11
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="stylesheet" href="./lib/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="./lib/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="./dist/css/app.css">
|
||||
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="./static/favicon.ico">
|
||||
<base href="./">
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.0.3/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1234/css/app.css">
|
||||
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="./static/favicon.ico">
|
||||
<base href="./">
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue