no message
Former-commit-id: 854dacd28d5d176d72cc1fbdc625917326be6daf Former-commit-id: 889bcea85881a67a17a791d3c445cdb43fdb1a85 Former-commit-id: adb66c36629380ccf256313d10dd99a34f993e50
This commit is contained in:
@@ -36,7 +36,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async getReadme () {
|
||||
const data = await this.$http.get('/static/markdownFiles/demo/baseMarkdowmFile.md')
|
||||
const data = await this.$axios.get('/static/markdownFiles/demo/baseMarkdowmFile.md')
|
||||
return data
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async getReadme () {
|
||||
const data = await this.$http.get('/static/markdownFiles/demo/baseMarkdowmFile.md')
|
||||
const data = await this.$axios.get('/static/markdownFiles/demo/baseMarkdowmFile.md')
|
||||
return data
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
ajax () {
|
||||
this.$http.get('/api/demo/001')
|
||||
this.$axios.get('/api/demo/001')
|
||||
.then(res => {
|
||||
this.table.columns = Object.keys(res.data.list[0]).map(e => ({
|
||||
label: e,
|
||||
|
||||
Reference in New Issue
Block a user