Blame view

apis/index.js 481 Bytes
290144e9   易尊强   第一次
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  import getuserListApi from './user/index.js'
  import getuserWeChatApi from './user/account.js'
  import getPolicyApi from './policy/policy.js'
  import getTalentApi from './talent/talent.js'
  import getDemandApi from './demand/demand.js'
  import getNewsApi from './news/news.js'
  import getConstructApi from './construct/construct.js'
   export default {
   	...getuserListApi,
  	...getuserWeChatApi,
  	...getPolicyApi,
  	...getTalentApi,
  	...getDemandApi,
  	...getNewsApi,
  	...getConstructApi
   }