Commit 74a71ab8 authored by hubaoshan's avatar hubaoshan

1

parent e6bcea72
...@@ -72,10 +72,7 @@ ...@@ -72,10 +72,7 @@
* @description 点选 * @description 点选
* */ * */
import { import {
resetSize, resetSize
_code_chars,
_code_color1,
_code_color2
} from './../utils/util' } from './../utils/util'
import { aesEncrypt } from './../utils/ase' import { aesEncrypt } from './../utils/ase'
import { getBwCaptcha, checkBwCaptcha } from '@/api/login' import { getBwCaptcha, checkBwCaptcha } from '@/api/login'
......
...@@ -59,7 +59,7 @@ module.exports = { ...@@ -59,7 +59,7 @@ 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.78:8082/`, target: `http://localhost:8084/`,
// 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