From 0c3b9d64353f48eb5b8bc478f90f75381ceed26b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 02 Jan 2023 09:26:34 +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 4e30ae2..f5aa3dc 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -37,8 +37,8 @@
     proxy: {
       '/api': {
         //本地服务接口地址
-        // target: 'http://106.225.193.35:83/api/',
-       target: 'http://localhost:8383/',
+        //target: 'http://106.225.193.35:83/api/',
+        target: 'http://localhost:8383/',
         ws: true,
         pathRewrite: {
           '^/api': '/'

--
Gitblit v1.9.3