From 12ea4d9b4c40a7eedfe7440b5d3ff952b381675c Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 25 二月 2021 18:34:54 +0800 Subject: [PATCH] 朔黄任务管理视频列表隐藏uniqueId,视频检索tab中label单行溢出显示省略号 --- vue.config.js | 24 +++++++++++++++++------- 1 files changed, 17 insertions(+), 7 deletions(-) diff --git a/vue.config.js b/vue.config.js index 47db11c..254db78 100644 --- a/vue.config.js +++ b/vue.config.js @@ -60,6 +60,12 @@ }, productionSourceMap: false, filenameHashing: false, + pwa: { + iconPaths: { + favicon32: 'favicon.ico', + favicon16: 'favicon.ico' + } + }, devServer: { proxy: { '/track': { @@ -72,13 +78,17 @@ // ws: true, changeOrigin: true, }, - "/data/api-v/app/findAllApp": { - target: '/', - target: 'http://localhost:8080/', - changeOrigin: true, - pathRewrite: { - '^/data/api-v/app/findAllApp': 'apps.json' - } + // "/data/api-v/app/findAllApp": { + // // target: '/', + // target: 'http://localhost:8080/', + // changeOrigin: true, + // pathRewrite: { + // '^/data/api-v/app/findAllApp': 'apps.json' + // } + // }, + "/api-c": { + target: 'http://192.168.20.10:8004', + changeOrigin: true }, "/api-v": { target: 'http://192.168.20.10:8000', -- Gitblit v1.8.0