|
@@ -103,12 +103,11 @@
|
103
|
103
|
confirmText: '进入系统',
|
104
|
104
|
success: function(result) {
|
105
|
105
|
if (result.confirm) {
|
106
|
|
- console.log('用户点击确定',_this.type);
|
107
|
106
|
if (_this.type) {
|
108
|
|
- location.assign(baseUrl + '/' + '#/pages/homePage/homePage?type=' +
|
|
107
|
+ location.assign(location.origin + location.pathname + '#/pages/homePage/homePage?type=' +
|
109
|
108
|
_this.type);
|
110
|
109
|
} else {
|
111
|
|
- location.assign(baseUrl + '/' + '#/pages/homePage/homePage');
|
|
110
|
+ location.assign(location.origin + location.pathname + '#/pages/homePage/homePage');
|
112
|
111
|
}
|
113
|
112
|
} else if (result.cancel) {
|
114
|
113
|
console.log('用户点击取消');
|