From 0e952cd36b045cfc895556afd8088841e8209b03 Mon Sep 17 00:00:00 2001 From: aBin Date: Mon, 28 Feb 2022 20:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest/大唐.http | 2 +- src/config.js | 2 +- vue.config.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rest/大唐.http b/rest/大唐.http index 86f0299..dec4896 100644 --- a/rest/大唐.http +++ b/rest/大唐.http @@ -1,5 +1,5 @@ @dev = http://127.0.0.1:7270/v1.0/ -@test = http://10.119.190.12:8000/datang/v1.0/ +@test = http://10.119.190.12:8000/v1.0/ @www = http://www.tall.wiki/gateway/yanyuan/v2.0/ @type = content-type: application/json;charset=utf-8 diff --git a/src/config.js b/src/config.js index 583ba6e..466fb26 100644 --- a/src/config.js +++ b/src/config.js @@ -4,7 +4,7 @@ export const DEVICE_TYPE_BIG = "quxia-vm" export const client_id = 'test' export const client_secret = "test" // export const BASE_API = "https://rapapi.renqilai.com/app/mock/39"; -export const BASE_API = "http://10.119.190.12:8000/datang/v1.0"; +export const BASE_API = "http://10.119.190.12:8000/v1.0"; export const pageSize = 20 export const SHELF_MAX_ROW=7 diff --git a/vue.config.js b/vue.config.js index 2c46c02..0763d0c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,8 +1,8 @@ // vue.config.js var path = require("path"); -const BASE_API = "http://10.119.190.12:8000/datang/v1.0" -const proxyUrl = '/datang/v1.0' +const BASE_API = "http://10.119.190.12:8000/v1.0" +const proxyUrl = '/v1.0' const port = 8080