Home >Backend Development >PHP Tutorial >javascript - thinkphp cannot use static cache after using theme, how to solve it?
I just discovered that after using thinkphp, after turning on static caching, there is a way to use templates of other themes, but it still looks for templates in the original theme, resulting in the template being unable to be found. After the key is static caching, you can access the templates of other themes normally. .
How should I deal with this?
I just discovered that after using thinkphp, after turning on static caching, there is a way to use templates of other themes, but it still looks for templates in the original theme, resulting in the template being unable to be found. After the key is static caching, you can access the templates of other themes normally. .
How should I deal with this?