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