Commit 2117b360 authored by 高宇's avatar 高宇

试题管理

parent c8b9380c
...@@ -57,7 +57,8 @@ module.exports = { ...@@ -57,7 +57,8 @@ module.exports = {
open: false, open: false,
proxy: { proxy: {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://192.168.1.46:8090/`, // target: `http://192.168.1.46:8090/`,
target: `http://127.0.0.1:8090/`,
// target: `http://192.168.1.21:8001/`, // 张宇 // target: `http://192.168.1.21:8001/`, // 张宇
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment