|
@ -211,7 +211,7 @@ func (gv *GoVue) LoadStaticResources(request *http.Request, goExtDataS ...interf |
|
|
SetCache(cacheKey, string(result), gv.CacheSec) |
|
|
SetCache(cacheKey, string(result), gv.CacheSec) |
|
|
} |
|
|
} |
|
|
return |
|
|
return |
|
|
} |
|
|
|
|
|
|
|
|
} //
|
|
|
if filepath.Ext(filePath) != ".html" && filepath.Ext(filePath) != ".vue" { |
|
|
if filepath.Ext(filePath) != ".html" && filepath.Ext(filePath) != ".vue" { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|