Commit 1c588119 authored by tao's avatar tao

打包调试

parent a94629be
File added
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Date: 2019-11-12 17:31:23 * @Date: 2019-11-12 17:31:23
* @Author: Tao * @Author: Tao
* @LastEditors: Tao * @LastEditors: Tao
* @LastEditTime: 2021-01-29 19:20:40 * @LastEditTime: 2021-02-01 11:40:30
*/ */
/** /**
* @description: vue-cli配置文件 * @description: vue-cli配置文件
...@@ -34,7 +34,7 @@ module.exports = { ...@@ -34,7 +34,7 @@ module.exports = {
'/api': { '/api': {
//这里最好有一个 / //这里最好有一个 /
// 192.168.1.237 192.168.1.125 // 192.168.1.237 192.168.1.125
target: 'http://192.168.1.125:8802', // 后台接口域名 target: 'http://192.168.1.180:8802', // 后台接口域名
ws: true, //如果要代理 websockets,配置这个参数 ws: true, //如果要代理 websockets,配置这个参数
secure: false, // 如果是https接口,需要配置这个参数 secure: false, // 如果是https接口,需要配置这个参数
changeOrigin: true, //是否跨域 changeOrigin: true, //是否跨域
......
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