issue演示页面使用mock数据加载list

Former-commit-id: 08b187b2764b92959111ef8c728f0bd7a5d501f2 [formerly 08b187b2764b92959111ef8c728f0bd7a5d501f2 [formerly 08b187b2764b92959111ef8c728f0bd7a5d501f2 [formerly 08b187b2764b92959111ef8c728f0bd7a5d501f2 [formerly d59731e1bb8d0baa4b90d8e9c73f44c7f8ac4441 [formerly fc1e18dc44bd90924c6c02e4669197fd8502d18d]]]]]
Former-commit-id: 91557cbbc0e34412d129706b10375676a22562c2
Former-commit-id: 0905517334520418154b45a950ffaefb71171dbf
Former-commit-id: e71ba11d0f8ad3418af5d3b2c464b9a3a1042598 [formerly 8a7a02d1fd02f1b7828cdd0b63455aa7e51d408a]
Former-commit-id: 75e9f65dd0f5a99d6d9581b72f25d8429ebcee31
Former-commit-id: c63405062ebccba334a6ac9e1135364d297bdd0b
Former-commit-id: 3ddcada8fe0fb48e897c03c2e0f72da63bc17107
Former-commit-id: de1a37a99bb6b3f594b042bab01bb3ba5778cee2
Former-commit-id: bf4b3f3e405a31d9542c59f18784a8e080a9e31b
This commit is contained in:
liyang
2018-12-14 10:42:43 +08:00
parent 08b37db740
commit a2a2931af1
4 changed files with 47 additions and 14 deletions

View File

@@ -1,6 +1,13 @@
import request from '@/plugin/axios'
export function get (id) {
export function fetch () {
return request({
url: '/demo/business/issues/142/fetch',
method: 'get'
})
}
export function detail (id) {
return request({
url: '/demo/business/issues/142/detail',
method: 'get',