From adb4af1fe0b64e869aeb8ba37d85888f852eb9d6 Mon Sep 17 00:00:00 2001 From: CTP <630182278@qq.com> Date: Wed, 26 Apr 2023 10:18:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95git=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + vue.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07179b0..c3d0516 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ selenium-debug.log *.sln *.local +/vue.config.js package-lock.json yarn.lock /UDI_SPMS_CLIENT/ diff --git a/vue.config.js b/vue.config.js index f9d3b19..7836357 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,6 @@ "use strict"; const path = require("path"); - +/* 忽略忽略 */ function resolve(dir) { return path.join(__dirname, dir); }