From fd7586c8d91473d2850af1e48b12f1a289e6b8d1 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期四, 13 六月 2024 00:10:43 +0800 Subject: [PATCH] 新增文件 --- src/config/index.js | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index c3d0747..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:06:03 - * @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, @@ -39,7 +38,7 @@ //甯冨眬 榛樿锛歞efault | 閫氭爮锛歨eader | 缁忓吀锛歮enu | 鍔熻兘鍧烇細dock //dock灏嗗叧闂爣绛惧拰闈㈠寘灞戞爮 - LAYOUT: 'default', + LAYOUT: 'dock', //鑿滃崟鏄惁鎶樺彔 MENU_IS_COLLAPSE: false, @@ -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