From cec1c3b64cbc473024b3d2ba3aeb72c88629ba84 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 21 Oct 2021 09:31:10 +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 4b43a45..2c88110 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -28,8 +28,8 @@
proxy: {
'/api': {
//本地服务接口地址
- // target: 'http://192.168.0.114:81',
- target: 'http://localhost:81',
+ target: 'http://192.168.0.114:81',
+ // target: 'http://localhost:81',
// target: 'http://172.20.10.2:81',
//远程演示服务地址,可用于直接启动项目
// target: 'http://2h3f861221.wicp.vip:58646',
--
Gitblit v1.9.3