Browse Source
Merge pull request #716 from flipped-aurora/gva-vue3
清除多余public文件夹,修复ico替换不生效的问题
main
奇淼(piexlmax
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
1 additions and
17 deletions
server/main.go
BIN
web/favicon.ico
BIN
web/public/favicon.ico
web/public/index.html
@ -30,4 +30,5 @@ func main() {
defer db . Close ( )
}
core . RunWindowsServer ( )
}
@ -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 >