完善
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -27,8 +27,9 @@
|
||||
trigger="click"
|
||||
v-model="loginCode"
|
||||
@show="codeShow">
|
||||
<imgCodeRole @login="login" ref="imgCodeRole"></imgCodeRole>
|
||||
<el-button slot="reference" type="primary" class="login-btn" v-loading="loading">登 录</el-button>
|
||||
<!-- <imgCodeRole @login="login" ref="imgCodeRole"></imgCodeRole>-->
|
||||
<!-- <el-button slot="reference" type="primary" class="login-btn" v-loading="loading">登 录</el-button>-->
|
||||
<el-button slot="reference" type="primary" @click="login" class="login-btn" v-loading="loading">登 录</el-button>
|
||||
</el-popover>
|
||||
<!--<router-link :to="{name: 'registUser'}" target="_blank" tag="a" class="register fl">个人注册</router-link>
|
||||
<router-link :to="{name: 'registOrg'}" target="_blank" tag="a" class="register fr">单位注册</router-link>-->
|
||||
|
||||
Reference in New Issue
Block a user