From 342d9ba635a4796b752deb36a294a91d88ed8199 Mon Sep 17 00:00:00 2001 From: wtq <2394975549@qq.com> Date: Thu, 13 Nov 2025 09:50:48 +0800 Subject: [PATCH] '!' --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index a6ebd73..6393354 100644 --- a/src/config.js +++ b/src/config.js @@ -6,8 +6,8 @@ export const backstageVer = '1.0.76' * v1 正式服 * v2 beta */ -// export const apiEdition = process.env.NODE_ENV === 'development' ? 'v2' : 'v2' // 这串是在线上运行的,下面改成自己判断的了,不行就换回来 -export const apiEdition = 'v1' // 这串是开发时候用=的,下面改成自己判断的了,不行就换回来 +export const apiEdition = process.env.NODE_ENV === 'development' ? 'v2' : 'v2' // 这串是在线上运行的,下面改成自己判断的了,不行就换回来 +// export const apiEdition = 'v1' // 这串是开发时候用=的,下面改成自己判断的了,不行就换回来