增加页面
Showing
2 changed files
with
25 additions
and
0 deletions
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <meta charset="UTF-8"> | ||
5 | <title>案件查处代办</title> | ||
6 | <script src="/frontweb/common/js/config.js"></script> | ||
7 | <script src="/frontweb/libs/vue/vue.js"></script> | ||
8 | <script src="/frontweb/libs/element/index.js"></script> | ||
9 | <script src="/frontweb/libs/axios/axios.min.js"></script> | ||
10 | </head> | ||
11 | <body> | ||
12 | <div id="app"> | ||
13 | <div > | ||
14 | <el-button>123</el-button> | ||
15 | </div> | ||
16 | </div> | ||
17 | <script src="./js/widget.js"></script> | ||
18 | </body> | ||
19 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment