xiongzhu 4 年 前
コミット
60f921a2e1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/nine-space/src/views/Submit.vue

+ 1 - 1
src/main/nine-space/src/views/Submit.vue

@@ -166,7 +166,7 @@ export default {
                             if (res.status === 'CANCELLED') {
                                 this.$router.back();
                             } else {
-                                this.$router.replace('/orderDetail?id' + res.id);
+                                this.$router.replace('/orderDetail?id=' + res.id);
                             }
                             // on close
                         });