|
@@ -415,7 +415,7 @@ let app = new Vue({
|
|
beforeCreate() {
|
|
beforeCreate() {
|
|
// 跳转地址
|
|
// 跳转地址
|
|
let AddUrl = location.protocol + "//" + location.host + "/ierp"
|
|
let AddUrl = location.protocol + "//" + location.host + "/ierp"
|
|
- return
|
|
|
|
|
|
+ // return
|
|
if (!window.location.search) {
|
|
if (!window.location.search) {
|
|
// alert("链接已失效,请重新打开")
|
|
// alert("链接已失效,请重新打开")
|
|
window.location.href = AddUrl
|
|
window.location.href = AddUrl
|