From 2b3da387024aedacbf9c70ac0b6ba1bfb1915c81 Mon Sep 17 00:00:00 2001 From: jy <1052480693@qq.com> Date: Tue, 27 May 2025 10:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- node.js | 5 ----- vue.config.js | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 node.js diff --git a/.env.development b/.env.development index c735374..19f0fc7 100644 --- a/.env.development +++ b/.env.development @@ -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' \ No newline at end of file diff --git a/node.js b/node.js deleted file mode 100644 index 648afa7..0000000 --- a/node.js +++ /dev/null @@ -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!')) diff --git a/vue.config.js b/vue.config.js index bc6906f..16e9cda 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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",