mirror of https://gitee.com/answerdev/answer.git
add manifest.json
This commit is contained in:
parent
0d9a031ce3
commit
1f0af79e17
|
@ -76,9 +76,7 @@ func (a *UIRouter) Register(r *gin.Engine) {
|
|||
case "/favicon.ico":
|
||||
c.Header("content-type", "image/vnd.microsoft.icon")
|
||||
filePath = UIRootFilePath + name
|
||||
case "/logo192.png":
|
||||
filePath = UIRootFilePath + name
|
||||
case "/logo512.png":
|
||||
case "/manifest.json":
|
||||
filePath = UIRootFilePath + name
|
||||
default:
|
||||
filePath = UIIndexFilePath
|
||||
|
|
Loading…
Reference in New Issue