pull/64/head
陈云志 5 years ago
parent d4c400b9d0
commit 5e991c6108

Binary file not shown.

@ -29,7 +29,7 @@ spring:
eager: true
transport:
# 控制台地址
dashboard: 127.0.0.1:8718
dashboard: 192.168.8.201:8718
# nacos配置持久化
datasource:
ds1:

@ -28,13 +28,17 @@ module.exports = {
productionSourceMap: false,
// webpack-dev-server 相关配置
devServer: {
allowedHosts: [
'192.168.8.13',
'192.168.8.201',
],
host: '0.0.0.0',
port: port,
open: true,
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8080`,
target: `http://192.168.8.201:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''

Loading…
Cancel
Save