From fb897b38980a0d8e043c0415e84f3677e7e0cef0 Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期二, 11 二月 2020 17:23:26 +0800
Subject: [PATCH] 时间调整

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

diff --git a/vue.config.js b/vue.config.js
index a2cc403..8c3779d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -2,10 +2,11 @@
     // 淇敼鐨勯厤缃�
     // 灏哹aseUrl: '/api',鏀逛负baseUrl: '/',
     publicPath: '/',
+	 outputDir: 'dist',
     devServer: {
         proxy: {
             '/api/api': {
-                target: 'http://127.0.0.1:8090',
+                target: 'http://highdatas.com:8090',
                 changeOrigin: true,
                 ws: true,
                 pathRewrite: {

--
Gitblit v1.8.0