From e13f6bd16f57a1c6a15a0f6cbe500627709a5060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9D=E6=A2=A6=E5=9B=AD?= Date: Fri, 9 Dec 2022 11:15:49 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix-=E4=B8=8A=E4=BC=A0=E5=90=8E?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8F=AF=E4=BB=A5=E7=9B=B4=E6=8E=A5=E6=8F=90?= =?UTF-8?q?=E4=BA=A4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7eee6fd3933cd57c9812aa9590186acd3806eb36. --- config/api.config.js | 2 +- nuxt.config.js | 2 +- pages/portfolio/post/_portfolio_id.vue | 762 ++++++++++++------------- 3 files changed, 371 insertions(+), 395 deletions(-) diff --git a/config/api.config.js b/config/api.config.js index 21dec96..85c6e65 100644 --- a/config/api.config.js +++ b/config/api.config.js @@ -3,7 +3,7 @@ import {NODE_ENV} from '../environment' const apisMap = { development: { FE: 'http://localhost:3000', - BASE: 'https://test.rymcu.com', + BASE: 'http://localhost:8099/forest', CDN: '', PROXY: '/proxy', SOCKET: 'http://localhost:3000/ws', diff --git a/nuxt.config.js b/nuxt.config.js index 0009c0b..44f13f8 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -114,7 +114,7 @@ export default { proxy: [ //proxy配置 ['/api', { target: apiConfig.BASE, //api请求路径 - pathRewrite: {'^/api': isDevMode ? '/api' : '/api'} //重定向请求路径,防止路由、api路径的冲突 + pathRewrite: {'^/api': isDevMode ? '/api/v1' : '/api'} //重定向请求路径,防止路由、api路径的冲突 }], ['/ws', { target: apiConfig.BASE //api请求路径 diff --git a/pages/portfolio/post/_portfolio_id.vue b/pages/portfolio/post/_portfolio_id.vue index 2430734..2487c19 100644 --- a/pages/portfolio/post/_portfolio_id.vue +++ b/pages/portfolio/post/_portfolio_id.vue @@ -1,7 +1,7 @@