(vue2+axios+koa2 STEP1)前臺簡單讀取後臺數據

第一步:建立後臺的簡單數據 在koa2項目下,routes文件夾下的index.js,加入如下路由: router.get(’/Interface’, async (ctx, next) => { ctx.body = { token: ‘token 123’, msg: ‘this is a interface, for to vue’ } }) 第二步:後臺啓動KOA2,並驗證路由是否成功 項
相關文章
相關標籤/搜索