diff --git a/yxt-portal-ui/.env.development b/yxt-portal-ui/.env.development index 5e5768e..6bc4522 100644 --- a/yxt-portal-ui/.env.development +++ b/yxt-portal-ui/.env.development @@ -5,6 +5,4 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -##VUE_APP_URL = "http://26077a35f5.wicp.vip" -VUE_APP_URL = "http://anrui.yyundong.com" -##VUE_APP_URL = "http://1mn7264414.qicp.vip" +VUE_APP_URL = "http://122.14.222.186:8111" diff --git a/yxt-portal-ui/src/views/Home/Home.vue b/yxt-portal-ui/src/views/Home/Home.vue index 3b87e27..53e602e 100644 --- a/yxt-portal-ui/src/views/Home/Home.vue +++ b/yxt-portal-ui/src/views/Home/Home.vue @@ -214,7 +214,7 @@ export default { title: '业务管理' }, { imgUrl: require('@/assets/home/scm.png'), - title: '供应链管理' + title: '监管项目' }, { imgUrl: require('@/assets/home/bIcon2.png'), title: '风控管理' @@ -396,7 +396,7 @@ export default { // let myPopup = window.open('http://120.46.172.184/message/#/' + '?token=' + getStorage(), '_blank') } else if (index == '1') { // let myPopup = window.open('http://127.0.0.1:9531/scm/#/' + '?token=' + getStorage() + '&organizationData=' + encodeURI((JSON.stringify(organizationData))), '_blank') - let myPopup = window.open('http://anrui.yyundong.com/scm/#/' + '?token=' + getStorage() + '&organizationData=' + encodeURI((JSON.stringify(organizationData))), '_blank') + let myPopup = window.open('http://122.14.222.186:7003/#/' + '?token=' + getStorage() + '&organizationData=' + encodeURI((JSON.stringify(organizationData))), '_blank') // let myPopup = window.open('http://120.46.172.184/scm/#/' + '?token=' + getStorage(), '_blank') } else if (index == '4') { // let myPopup = window.open('http://127.0.0.1:9531/fin/#/' + '?token=' + getStorage() + '&organizationData=' + encodeURI((JSON.stringify(organizationData))), '_blank') diff --git a/yxt-portal-ui/src/views/login/login.vue b/yxt-portal-ui/src/views/login/login.vue index f2c3184..ffbc0ae 100644 --- a/yxt-portal-ui/src/views/login/login.vue +++ b/yxt-portal-ui/src/views/login/login.vue @@ -27,8 +27,9 @@ trigger="click" v-model="loginCode" @show="codeShow"> - - 登 录 + + + 登 录