庞东旭 5 giorni fa
parent
commit
5638689ca5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      vue.config.js

+ 2
- 2
vue.config.js Vedi File

@@ -9,8 +9,8 @@ const CompressionPlugin = require('compression-webpack-plugin')

const name = process.env.VUE_APP_TITLE

//const baseUrl = 'http://localhost:8080' // 后端接口
const baseUrl = 'http://192.168.0.106:8080' // 后端接口 zzl
const baseUrl = 'http://localhost:8080' // 后端接口
//const baseUrl = 'http://192.168.0.106:8080' // 后端接口 zzl

const port = process.env.port || process.env.npm_config_port || 80 // 端口



Caricamento…
Annulla
Salva