更换使用adminlte皮肤

This commit is contained in:
2019-08-27 23:21:35 +08:00
parent 6b1fef6f98
commit 79265d6023
2098 changed files with 853 additions and 502383 deletions

View File

@@ -1,8 +0,0 @@
define([], function(){
var controller = {
group: function(){
}
}
return controller;
})

View File

@@ -1,17 +0,0 @@
define(['vue', 'iview'],function(Vue, iView){
var controller = {
clear: function(){
var vm = new Vue({
el:'.vue-main',
data:{
value:''
},
created(){
this.$Message.success('这是一条成功的提示');
}
});
}
}
return controller;
})