remove img

This commit is contained in:
hx-w 2022-01-17 22:14:28 +08:00
parent d3e36c13c8
commit f45cebd317
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -5,7 +5,7 @@
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>

View file

@ -13,8 +13,8 @@ export default {
data() {
return {
api_endpoint: 'https://service-0wsl5m13-1256946954.cd.apigw.tencentcs.com/release/qndxx',
title: "正在获取title...",
dxx: '正在获取img...'
title: "正在请求数据...",
dxx: '正在获取图片...'
};
},
mounted() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB