Browse Source

Merge pull request #716 from flipped-aurora/gva-vue3

清除多余public文件夹,修复ico替换不生效的问题
main
奇淼(piexlmax 3 years ago
committed by GitHub
parent
commit
be419ce760
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      server/main.go
  2. BIN
      web/favicon.ico
  3. BIN
      web/public/favicon.ico
  4. 17
      web/public/index.html

1
server/main.go

@ -30,4 +30,5 @@ func main() {
defer db.Close()
}
core.RunWindowsServer()
}

BIN
web/favicon.ico

BIN
web/public/favicon.ico

17
web/public/index.html

@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
Loading…
Cancel
Save