更新
This commit is contained in:
parent
f217eddce2
commit
2b3da38702
|
@ -4,5 +4,5 @@ ENV='development'
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/api'
|
# VUE_APP_BASE_API = '/api'
|
||||||
VUE_APP_GATEWAY_API = '/mosty-api/mosty-base'
|
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'
|
VUE_APP_GATEWAY_HOST = '123.60.110.230'
|
5
node.js
5
node.js
|
@ -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!'))
|
|
|
@ -4,7 +4,7 @@ function resolve(dir) {
|
||||||
return path.join(__dirname, dir);
|
return path.join(__dirname, dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
const serverHost = "http://192.168.4.29:8006"
|
const serverHost = "http://172.20.19.62:8006"
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: "./",
|
publicPath: "./",
|
||||||
outputDir: "ylth",
|
outputDir: "ylth",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user