This is an automated email from the ASF dual-hosted git repository.
haoyann pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new 3d1853d Update index.html (#899)
3d1853d is described below
commit 3d1853daf89294065bbd2c005b82cdc9eceb5ca1
Author: VirensCn <[email protected]>
AuthorDate: Wed May 25 13:41:08 2022 +0800
Update index.html (#899)
原cdn.bootcss.com域名失效,需要切换到新域名cdn.bootcdn.net
官网申明:https://www.bootcdn.cn
---
dubbo-admin-ui/public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-admin-ui/public/index.html b/dubbo-admin-ui/public/index.html
index 63dadb1..01be2e7 100644
--- a/dubbo-admin-ui/public/index.html
+++ b/dubbo-admin-ui/public/index.html
@@ -23,7 +23,7 @@
<title>Dubbo Admin</title>
<link href='OpenSans.css' rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="dubbo.ico" type="image/x-icon">
- <script
src="https://cdn.bootcss.com/echarts/4.0.4/echarts-en.min.js"></script>
+ <script
src="https://cdn.bootcdn.net/ajax/libs/echarts/4.0.4/echarts-en.min.js"></script>
</head>
<body>
<div id="app"></div>