Browse Source

修改打包的正式环境ip端口

pull/3/head
wangxy 3 years ago
parent
commit
2ff4212816
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .env.prod

+ 1
- 1
.env.prod View File

@ -1,4 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://192.168.1.242:8080/
VUE_APP_BASE_URL = http://192.168.1.242:8091/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png

Loading…
Cancel
Save