Browse Source

测试

master
yunuo970428 3 years ago
parent
commit
b7570f00ba
  1. 2
      anrui-system-ui/.env.development
  2. 11
      anrui-system-ui/src/views/Home/Home.vue

2
anrui-system-ui/.env.development

@ -6,5 +6,5 @@ VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
##VUE_APP_URL = "http://26077a35f5.wicp.vip"
VUE_APP_URL = "http://127.0.0.1:8111"
VUE_APP_URL = "http://anrui.yyundong.com"
##VUE_APP_URL = "http://1mn7264414.qicp.vip"

11
anrui-system-ui/src/views/Home/Home.vue

@ -305,12 +305,11 @@ export default {
this.form.userSid = window.sessionStorage.getItem('userSid')
User.updatePassword(this.form).then((resp) => {
if (resp.success) {
const tip = '密码修改成功,请重新登录点击确定退出'
this.$confirm(tip, '提示', {
this.$alert('密码修改成功!请重新登录点击确定后退出。', '修改成功', {
confirmButtonText: '确定',
type: 'warning'
}).then(() => {
this.handleQuXiao()
callback: action => {
this.handleQuXiao()
}
})
}
})
@ -370,7 +369,7 @@ export default {
} else if (index == '8') {
let myPopup = window.open('http://120.46.172.184/message/#/' + '?token=' + getStorage(), '_blank')
} else if (index == '1') {
let myPopup = window.open('http://120.46.172.184/scm/#/' + '?token=' + getStorage(), '_blank')
let myPopup = window.open('http://anrui.yyundong.com/scm/#/' + '?token=' + getStorage(), '_blank')
} else if (index == '4') {
let myPopup = window.open('http://120.46.172.184/fin/#/' + '?token=' + getStorage(), '_blank')
} else if (index == '5') {

Loading…
Cancel
Save