From 513eeed9693dd43930b49dfb7599874486546e6c Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期二, 02 四月 2024 18:29:41 +0800
Subject: [PATCH] 1
---
vue.config.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 095362b..8fdc9eb 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,12 +1,13 @@
/*
* @Date: 2024-03-23 09:49:06
- * @LastEditors: gaoshp
- * @LastEditTime: 2024-03-23 18:21:49
+ * @LastEditors: lzhe lzhe@example.com
+ * @LastEditTime: 2024-03-28 11:34:07
* @FilePath: /cps-web/vue.config.js
*/
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
+ lintOnSave: false,
//璁剧疆涓虹┖鎵撳寘鍚庝笉鍒嗘洿鐩綍杩樻槸澶氱骇鐩綍
publicPath:'',
//build缂栬瘧鍚庡瓨鏀鹃潤鎬佹枃浠剁殑鐩綍
@@ -25,7 +26,7 @@
target: process.env.VUE_APP_API_BASEURL,
ws: true,
pathRewrite: {
- '^/api': '/'
+ // '^/api': '/'
}
},
'/myapi': {
--
Gitblit v1.9.3