Commit a38bd783 authored by 刘怀志's avatar 刘怀志

图片回放暂存

parent f5cf837e
...@@ -29,7 +29,6 @@ module.exports = { ...@@ -29,7 +29,6 @@ module.exports = {
productionSourceMap: false, productionSourceMap: false,
// webpack-dev-server 相关配置 // webpack-dev-server 相关配置
devServer: { devServer: {
https: true,
host: '0.0.0.0', host: '0.0.0.0',
port: port, port: port,
open: true, open: true,
...@@ -38,8 +37,8 @@ module.exports = { ...@@ -38,8 +37,8 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://vue.ruoyi.vip/prod-api`, // target: `http://vue.ruoyi.vip/prod-api`,
// target: `http://10.10.10.148:8080`, // target: `http://10.10.10.148:8080`,
// target: `http://49.232.167.247:22020`, target: `http://49.232.167.247:22020`,
target: `http://10.10.10.128:8080`, // target: `http://10.10.10.128:8080`,
changeOrigin: true, changeOrigin: true,
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