From 10c996c036b599750750863c3a1ee63ad1edac95 Mon Sep 17 00:00:00 2001 From: chaiyapeng <3535863041@qq.com> Date: Fri, 23 Aug 2024 21:46:28 +0800 Subject: [PATCH] =?UTF-8?q?IP=E5=B0=8F=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/port/port/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/port/port/index.js b/src/api/port/port/index.js index 3864152..c2b8844 100644 --- a/src/api/port/port/index.js +++ b/src/api/port/port/index.js @@ -1,8 +1,8 @@ import request from '@/utils/request' -export function getPhonePlace() { +export function getPhonePlace(tel) { return request({ - url: '/mart/list/getPhonePlace', + url: '/mart/list/getPhonePlace?tel='+tel, method: 'get' }) }