loading的layout引入路径修改

pull/65/head
chenjinlong 2020-12-28 20:33:43 +08:00
parent 31f9a6ef0f
commit 6fd6dc70cf
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
<body>
@/* 页面加载loading */
@ include("/common/loading.html"){}
@ include("/layout/loading.html"){}
@/* 正文 */
${layoutContent}

View File

@ -42,7 +42,7 @@
<body>
@/* 页面加载loading */
@ include("/common/loading.html"){}
@ include("/layout/loading.html"){}
@/* 正文 */
${layoutContent}

View File

@ -43,7 +43,7 @@
<body style="height: 100%">
@/* 页面加载loading */
@ include("/common/loading.html"){}
@ include("/layout/loading.html"){}
@/* 正文 */
${layoutContent}