diff --git a/src/api/port/port/index.js b/src/api/port/port/index.js index c2b8844..2b367cc 100644 --- a/src/api/port/port/index.js +++ b/src/api/port/port/index.js @@ -6,3 +6,11 @@ export function getPhonePlace(tel) { method: 'get' }) } + +export function findConnectorList(data) { + return request({ + url: '/mart/connector/findConnectorList', + method: 'post', + data:data + }) +} diff --git a/src/views/port/port/index.vue b/src/views/port/port/index.vue index a45ceb0..b25104d 100644 --- a/src/views/port/port/index.vue +++ b/src/views/port/port/index.vue @@ -1,26 +1,98 @@ diff --git a/vue.config.js b/vue.config.js index d93d965..0f59bdd 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,7 +38,7 @@ module.exports = { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { target: `http://172.13.1.1/prod-api`, - // target: `http://127.0.0.1/8080`, + // target: `http://127.0.0.1/8080`, `http://172.13.1.1/prod-api`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''