Commit 73268255 by 陈羽

Merge branch 'bugfix/1月5生产bug' of http://git.gicdev.com/integralMall/integral-mall

parents 4356e945 b0422a14
......@@ -477,7 +477,7 @@ export default {
.then(res => {
if (res.data.errorCode === 0) {
setTimeout(() => {
window.open(window.location.origin + '/mall/#/reportList', '_self');
window.open(window.location.origin + '/gic-web/#/reportCenter', '_self');
}, 1000);
} else {
this.$message.error(res.data.message);
......
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