标签: go go-gin
router.Static("/static", config.STATIC_PATH) router.LoadHTMLGlob(config.TEMPLATE_PATH+"/*") router.GET("/user:uname",handlers.Index )
css文件的href将变为“ /user/static/css/fontawesome.css”,gin添加“ user” 在index.html中所有css,js的href上,如何避免这种情况?