From 13e9b5526b77978d8cb540943e088d59c9aa41dd Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Mon, 4 Mar 2019 15:30:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile-web/src/api/page.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mobile-web/src/api/page.js b/mobile-web/src/api/page.js index b69166fdd..578b9bbed 100644 --- a/mobile-web/src/api/page.js +++ b/mobile-web/src/api/page.js @@ -3,15 +3,15 @@ import request from "../config/request"; export function GetPage() { return request({ - url: '/Page/GetPage', - method: 'get', + url: '/Page/GetPage', + method: 'get', }) - } +} export function getProduct(id) { return request({ - url: '/Page/Product', - method: 'get', - params: { id } + url: '/Page/Product', + method: 'get', + params: {id} }) - } \ No newline at end of file +} \ No newline at end of file