Browse Source

修改端口

dev
caoyizhong 3 years ago
parent
commit
874678bf02
  1. 2
      .env
  2. 2
      .env.development
  3. 2
      .env.test
  4. 2
      public/index.html
  5. 0
      public/logo1.png
  6. BIN
      public/logo2.jpeg
  7. 4
      vue.config.js

2
.env

@ -1,3 +1,3 @@
NODE_ENV=production
VUE_APP_PLATFORM_NAME=Jeecg-Boot 企业级快速开发平台
VUE_APP_PLATFORM_NAME=昊易信息管理平台
VUE_APP_SSO=false

2
.env.development

@ -1,4 +1,4 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=http://localhost:8080/jeecg-boot
VUE_APP_API_BASE_URL=http://localhost:9566/jeecg-boot
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

2
.env.test

@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_API_BASE_URL=http://boot.jeecg.com:8080/jeecg-boot
VUE_APP_API_BASE_URL=http://boot.jeecg.com:9566/jeecg-boot
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

2
public/index.html vendored

@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>昊易信息管理平台</title>
<!-- <link rel="icon" href="<%= BASE_URL %>logo.png">-->
<link rel="icon" href="<%= BASE_URL%>logo2.jpeg">
<!-- <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>-->
<link rel="stylesheet" href="<%= BASE_URL %>Cesium/Widgets/widgets.css">
<style>

0
public/logo.png → public/logo1.png vendored

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
public/logo2.jpeg vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

4
vue.config.js

@ -93,11 +93,11 @@ module.exports = {
ws: false,
changeOrigin: true,
pathRewrite: {
'/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉
'/jeecg-boot': '' //默认所有请求都加了前缀,需要去掉
}
}, */
'/jeecg-boot': {
target: 'http://localhost:8080', // 请求本地 需要jeecg-boot后台项目
target: 'http://localhost:9566', // 请求本地 需要后台项目
ws: false,
changeOrigin: true
}

Loading…
Cancel
Save