I followed the video. There are headers and menu bars. There is no content in the middle. The prompt module does not exist: welcome
天蓬老师2017-10-30 16:59:11
What you are looking at should be my TP5 practical course~~
Welcome is a separate html file introduced in the original template, which should be introduced in the inline frame tag.
You should use the url() function to introduce it, and place the welcome.html file in the directory corresponding to the current method, which is the directory of the controller name.