From f05d03e770ad0ae400681ee6aa75db7715c82eee Mon Sep 17 00:00:00 2001 From: Chopper711 Date: Wed, 10 Jun 2026 22:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=20all-in-one=20=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E6=9C=AC=E5=9C=B0=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/.gitignore | 1 + buyer/public/index.html | 2 ++ im/src/router/index.js | 1 + im/vue.config.js | 3 ++- manager/.gitignore | 1 + manager/public/index.html | 4 +++- manager/src/router/index.js | 2 +- manager/vue.config.js | 2 ++ seller/.gitignore | 1 + seller/public/index.html | 4 +++- seller/src/router/index.js | 1 + seller/vue.config.js | 2 ++ 12 files changed, 20 insertions(+), 4 deletions(-) diff --git a/buyer/.gitignore b/buyer/.gitignore index f01e5b75..3c6b08f7 100644 --- a/buyer/.gitignore +++ b/buyer/.gitignore @@ -12,3 +12,4 @@ yarn-error.log* *.ntvs* *.njsproj *.sln +public/config.local.js diff --git a/buyer/public/index.html b/buyer/public/index.html index 3aad3f9f..ed26ac14 100644 --- a/buyer/public/index.html +++ b/buyer/public/index.html @@ -16,6 +16,8 @@ <% } %> + +