This commit is contained in:
jy 2025-05-27 10:19:13 +08:00
parent f217eddce2
commit 2b3da38702
3 changed files with 2 additions and 7 deletions

View File

@ -4,5 +4,5 @@ ENV='development'
# base api
# VUE_APP_BASE_API = '/api'
VUE_APP_GATEWAY_API = '/mosty-api/mosty-base'
VUE_APP_GATEWAY_BASE_URL = 'http://123.60.110.230'
VUE_APP_GATEWAY_BASE_URL = 'http://172.20.19.62'
VUE_APP_GATEWAY_HOST = '123.60.110.230'

View File

@ -1,5 +0,0 @@
const express = require('express')
const app = express()
app.get('/', (req, res) => res.send('Hello World!'))
app.use(express.static('./www'))
app.listen(3000, () => console.log('Example app listening on port 3000!'))

View File

@ -4,7 +4,7 @@ function resolve(dir) {
return path.join(__dirname, dir);
}
const serverHost = "http://192.168.4.29:8006"
const serverHost = "http://172.20.19.62:8006"
module.exports = {
publicPath: "./",
outputDir: "ylth",