Micro letter applet: Page "xxxx" has not been registered yet.

Obviously this page have registered, non-registered that I did not, then show me a blank page. But the problem is the problem of dynamic pages I have not touched. Happens to me compiler reported a baffling mistake, I thought development tools, a problem of it, clearing a lot of times various data, log in again and restart several times ...

 

wrong information

Page "xxxx" has not been registered yet.

 

Known possible causes

1. JS copy the other pages, the introduced wrong path dependencies

something wrong:

was util = require ( '../../ utils / util.js');

correct:

was util = require ( '../../../ utils / util.js');

 

2.js page is simply empty

Page created by VS Code, js page with no content. Or use development tools to create a page of it.

 

Please indicate the source: https://www.cnblogs.com/keitsi/p/12616189.html

Guess you like

Origin www.cnblogs.com/keitsi/p/12616189.html