parent
3fd6701831
commit
986c6976dc
@ -1,15 +0,0 @@
|
||||
package ${basePackage}.action.control;
|
||||
|
||||
import ${basePackage}.frame.base.Control;
|
||||
import org.springframework.ui.Model;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
public class Footer extends Control {
|
||||
|
||||
@Override
|
||||
public void exec(Model model, HttpServletRequest request, HttpServletResponse response) {
|
||||
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
<div style="height: 50px;background-color: #303133">
|
||||
<center>
|
||||
<h3 style="color: #ffffff">------------------------------this is footer html------------------------------</h3>
|
||||
</center>
|
||||
</div>
|
@ -1,19 +0,0 @@
|
||||
<div id="app" v-cloak>
|
||||
|
||||
</div>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
<script>
|
||||
var app = new Vue({
|
||||
el: "#app",
|
||||
data: {},
|
||||
methods: {},
|
||||
filters: {},
|
||||
created: function () {
|
||||
},
|
||||
mounted: function () {
|
||||
},
|
||||
watch: {}
|
||||
})
|
||||
</script>
|
Loading…
Reference in new issue