Commit 6f1c433a authored by 程恺文's avatar 程恺文

proxyURL修改

parent 58d807de
Pipeline #67127 passed with stages
/* eslint-disable */
// const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin;
// const proxyURL = 'https://work.panda-water.cn';
// const proxyURL = 'http://192.168.12.3:8082';
const proxyURL = 'http://192.168.12.3:8082';
// const proxyURL = 'https://panda-water.cn'
const proxyURL = 'http://192.168.12.189:8816/'
//const proxyURL = 'http://192.168.12.189:8816/'
module.exports = {
assetsRoot: process.env.NODE_ENV !== 'production' ? proxyURL : './',
development: {
......
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