diff --git a/src/api/port/port/index.js b/src/api/port/port/index.js index 2b74f23..827af15 100644 --- a/src/api/port/port/index.js +++ b/src/api/port/port/index.js @@ -70,3 +70,12 @@ export function getWeather() { method: 'GET' }) } + +//购买 +export function doBuyInterface(data) { + return request({ + url: '/system/buy/doBuyInterface', + method: 'post', + data:data + }) +} diff --git a/src/views/port/port/employee.vue b/src/views/port/port/employee.vue index 24660f1..0dad770 100644 --- a/src/views/port/port/employee.vue +++ b/src/views/port/port/employee.vue @@ -1,5 +1,6 @@