Commit f43a6ddf authored by 赵啸非's avatar 赵啸非

添加前端打包文件

parent 594ecf58
......@@ -2,11 +2,11 @@
NODE_ENV = production
# 地址
VUE_APP_BASE_API = http://192.168.0.26:9005/m
VUE_APP_BASE_API =
# websocket地址
VUE_APP_WEBSOCKET_API =192.168.0.98:18222/m
VUE_APP_WEBSOCKET_API =
# 门户登录地址
VUE_APP_PORTAL_URL = http://192.168.0.98:11072
VUE_APP_PORTAL_URL = /portal_home
......@@ -3,4 +3,4 @@ NODE_ENV = "test"
VUE_APP_API_BASE_URL=/basics_api
#图片地址拼接
VUE_APP_API_IMG_URL=
VUE_APP_PORTAL_URL = /portal_home
......@@ -20,8 +20,6 @@ export default {
//本地登录后跳转
this.form.loginName=jwt_decode(token).userInfo.account
this.form.password=jwt_decode(token).userInfo.password
/* this.form.loginName="admin"
this.form.password="scsmile"*/
......
......@@ -69,6 +69,25 @@
<skipUi>false</skipUi>
</properties>
</profile>
<profile>
<id>chuanshan-prod</id>
<properties>
<profiles.active>chuanshan-prod</profiles.active>
<profiles.server.port>17300</profiles.server.port>
<profiles.server.gatewayport>11078</profiles.server.gatewayport>
<profiles.server.path>/study</profiles.server.path>
<profiles.publish.path>/home/publish</profiles.publish.path>
<profiles.nacos.server-addr>127.0.0.1:8848</profiles.nacos.server-addr>
<profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
<profiles.nacos.namespace>smart-gov-chuanshan</profiles.nacos.namespace>
<profiles.log.path>/home/mortals/app/logs</profiles.log.path>
<profiles.log.level>INFO</profiles.log.level>
<package.environment>test</package.environment>
<skipUi>false</skipUi>
</properties>
</profile>
</profiles>
<properties>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment