From 0e8e1038b8d7d3b2cabad5b96c2b6a4718dcfb6b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?=
<153298343@qq.com>
Date: Mon, 4 Jul 2022 14:23:15 +0800
Subject: [PATCH] up
---
src/views/login/index.vue | 2 +-
vue.config.js | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index a512798..8975f96 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -9,7 +9,7 @@
label-position="left">
-
朗业前端初始化界面
+ 孕育邦
diff --git a/vue.config.js b/vue.config.js
index da718f1..2874ec4 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -6,14 +6,14 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
-const name = defaultSettings.title || '朗业初始化项目' // page title
+const name = defaultSettings.title || '孕育邦' // page title
// If your port is set to 80,
// use administrator privileges to execute the command line.
// For example, Mac: sudo npm run
// You can change the port by the following methods:
// port = 9528 npm run dev OR npm run dev --port = 9528
-const port = process.env.port || process.env.npm_config_port || 8001 // dev port
+const port = process.env.port || process.env.npm_config_port || 8012 // dev port
// All configuration item explanations can be find in https://cli.vuejs.org/config/
module.exports = {
@@ -46,7 +46,7 @@ module.exports = {
//before: require('./mock/mock-server.js'),
proxy: {
[process.env.VUE_APP_BASE_API]: {
- target: 'http://118.31.104.155:8082/',
+ target: 'http://yunyubang.ali251.langye.net/',
changeOrigin: true, //配置跨域
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''