修改样式

main
wanghb 2 years ago
parent 330a059167
commit 8480889dd4

@ -48,9 +48,7 @@
elem: '#test'
,url:'http://localhost:8080/academic/queryAcademic'
,toolbar: '#toolbarDemo'
, defaultToolbar: []
,title: '学术中心'
,totalRow: true
,parseData: function(res){
// var parse = JSON.parse(res.data.data);
console.log('data',res)

@ -50,9 +50,7 @@
elem: '#test'
, url: 'http://localhost:8080/application/queryApplication'
, toolbar: '#toolbarDemo'
, defaultToolbar: []
, title: '课程中心'
, totalRow: true
, parseData: function (res) {
console.log('data', res)
return {

@ -50,9 +50,7 @@
}
, url: 'http://localhost:8080/api/course/queryCourse'
, toolbar: '#toolbarDemo'
, defaultToolbar: []
, title: '课程中心'
, totalRow: true
, parseData: function (res) {
return {
"code": res.code, //解析接口状态

@ -82,9 +82,7 @@
elem: '#test'
, url: 'http://localhost:8080/download/queryDownload'
, toolbar: '#toolbarDemo'
, defaultToolbar: []
, title: '下载中心'
, totalRow: true
, parseData: function (res) {
console.log('data', res)
return {

@ -80,9 +80,7 @@
elem: '#test'
,url:'http://localhost:8080/game/queryGame'
,toolbar: '#toolbarDemo'
, defaultToolbar: []
,title: '大赛中心'
,totalRow: true
,parseData: function(res){
// var parse = JSON.parse(res.data.data);
console.log('data',res)

@ -74,9 +74,7 @@
elem: '#test'
, url: 'http://localhost:8080/api/invite/queryInvite'
, toolbar: '#toolbarDemo'
, defaultToolbar: []
, title: '就业中心'
, totalRow: true
, parseData: function (res) {
console.log('data', res)
return {

@ -77,9 +77,7 @@
elem: '#test'
,url:'http://localhost:8080/knowledge/queryKnowledge'
,toolbar: '#toolbarDemo'
, defaultToolbar: []
,title: '知识中心'
,totalRow: true
,parseData: function(res){
// var parse = JSON.parse(res.data.data);
console.log('data',res)

File diff suppressed because one or more lines are too long

@ -82,9 +82,7 @@
elem: '#test'
, url: 'http://localhost:8080/api/serve/queryServe'
, toolbar: '#toolbarDemo'
, defaultToolbar: []
, title: '服务中心'
, totalRow: true
, parseData: function (res) {
console.log('data', res)
return {

@ -45,9 +45,7 @@
elem: '#test'
,url:'http://localhost:8080/textual/queryTextual'
, toolbar: '#toolbarDemo'
, defaultToolbar: []
,title: '考证中心'
, totalRow: true
, parseData: function (res) {
// console.log('data', res)
return {

Loading…
Cancel
Save