Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
93186b45
authored
2020-07-30 11:21:09 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加页面
1 parent
38747732
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
src/main/webapp/view/PHJG/AJCC/daiban/js/widget.js
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
src/main/webapp/view/PHJG/AJCC/daiban/js/widget.js
0 → 100644
View file @
93186b4
var
self
=
new
Vue
({
el
:
'#app'
,
data
(){
return
{}
},
})
\ No newline at end of file
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
0 → 100644
View file @
93186b4
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
案件查处代办
</title>
<script
src=
"/frontweb/common/js/config.js"
></script>
<script
src=
"/frontweb/libs/vue/vue.js"
></script>
<script
src=
"/frontweb/libs/element/index.js"
></script>
<script
src=
"/frontweb/libs/axios/axios.min.js"
></script>
</head>
<body>
<div
id=
"app"
>
<div
>
<el-button>
123
</el-button>
</div>
</div>
<script
src=
"./js/widget.js"
></script>
</body>
</html>
\ No newline at end of file
Please
register
or
sign in
to post a comment