From d82a8b3aa73604e8cdd7ce10ae1cd13ca817a6e9 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 12 Aug 2021 08:27:09 +0800
Subject: [PATCH] 路径修改

---
 vue.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 2da0d17..ef3b4fa 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,6 +1,6 @@
 module.exports = {
   //路径前缀
-  publicPath: "/enterprises/",
+  publicPath: "/",
   lintOnSave: true,
   productionSourceMap: false,
   chainWebpack: (config) => {
@@ -28,7 +28,7 @@
       '/api': {
         //本地服务接口地址
         // target: 'http://localhost',
-        target: 'http://192.168.0.114:81',//钟W
+        target: 'http://192.168.0.109:81',//钟W
         // target: 'http://localhost:81',//原W
         // target: 'http://192.168.0.108:81',//原W
         // target: 'http://192.168.0.109:81',//唐N

--
Gitblit v1.9.3