From e87012567c674cd69f7a8f87df7202eac60a8208 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期二, 11 六月 2024 22:28:14 +0800 Subject: [PATCH] update --- src/config/index.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index 463c3d9..5c16e03 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -2,8 +2,8 @@ * @Author: lzhe lzhe@example.com * @Date: 2024-03-26 10:28:33 * @LastEditors: lzhe lzhe@example.com - * @LastEditTime: 2024-04-07 12:16:15 - * @FilePath: /smart-web/src/config/index.js + * @LastEditTime: 2024-06-09 17:12:15 + * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/config/index.js * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ const DEFAULT_CONFIG = { @@ -21,7 +21,6 @@ //鎺ュ彛鍦板潃 API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'true' ? "/api" : process.env.VUE_APP_API_BASEURL, - API_URL_MY: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'true' ? "/myapi" : process.env.VUE_APP_API_MYBASEURL, //璇锋眰瓒呮椂 TIMEOUT: 10000, @@ -68,9 +67,10 @@ layout: [12, 6, 6], //灏忕粍浠跺垎甯冿紝com鍙栧��:views/home/components 鏂囦欢鍚� copmsList: [ - ['welcome'], - ['about', 'ver'], - ['time', 'progress'] + // ['welcome'], + // ['about', 'ver'], + // ['time', 'progress'] + [],[],[] ] } } -- Gitblit v1.9.3