Home > Article > Backend Development > javascript - Why is there a BUG that often appears in Duoyue without styles after opening?
Just like the one in the picture, several of my websites are like this. Have you other users who use Duoduo encountered similar situations?
I am an http site, and the network detection has been the same in several regions. Is this an official problem or is it my problem?
Just like the one in the picture, several of my websites are like this. Have you other users who use Duoduo encountered similar situations?
I am an http site, and the network detection has been the same in several regions. Is this an official problem or is it my problem?
It's probably a style loading error, such as a wrong path, or style overwriting or something...
The style file is too large and cannot be loaded successfully, or the path to the style file is incorrect. You can check the network through f12 to see how the loading is going
It feels like these websites should have servers dedicated to storing static resources. And you failed to load static resources. You can try the method above, and you can also know whether the static resources are placed in other places~