Commit 3f871a74 authored by wuchun's avatar wuchun

提交

parents a57ea1e4 9565eba2
......@@ -341,6 +341,12 @@
this.$cookie.set("RB_Group_id", userData.RB_Group_id);
localStorage.menu = JSON.stringify(firstTire)
this.loginState = 0;
if(!jsonData.data.IsExactness) {
this.$router.push({
path: "/resetPassword"
});
return
}
this.$router.push({
path: "/personalCenter"
});
......
This diff is collapsed.
......@@ -119,8 +119,8 @@ export default {
let crmUrl = ""; //crm API
let locationName = window.location.hostname;
// domainUrl = "http://192.168.10.128";
domainUrl = "http://192.168.10.226" // 刘东电脑
// domainUrl = "http://192.168.10.206:8015";
// domainUrl = "http://192.168.10.9:8083" // 刘东电脑
domainUrl = "http://192.168.10.226:8015";
// domainUrl = "http://reborn.oytour.com";
let crmLocalFileStreamDownLoadUrl = "";
crmLocalFileStreamDownLoadUrl = locationName.indexOf('oytour') !== -1 ? "http://crm.oytour.com" : "http://testcrm.oytour.com";
......
......@@ -18,6 +18,15 @@ export default {
component: login
},
{
path: '/resetPassword',
name: 'resetPassword',
component: resolve => require(['@/components/resetPassword'], resolve),
meta: {
title: '修改密码'
},
},
{
path: '/leaderPrint', //领队用款计划
name: 'leaderPrint',
......
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