guhongwei 3 years ago
parent
commit
6a7e719b04
2 changed files with 4 additions and 2 deletions
  1. 1 1
      .env
  2. 3 1
      src/views/service/patent/user/apply/analysis/detail.vue

+ 1 - 1
.env

@@ -1,3 +1,3 @@
 VUE_APP_AXIOS_BASE_URL = ''
 VUE_APP_ROUTER="jlstcompany"
-VUE_APP_HOST="http://broadcast.waityou24.cn"
+VUE_APP_HOST="http://broadcast.kqyjy.com"

+ 3 - 1
src/views/service/patent/user/apply/analysis/detail.vue

@@ -22,7 +22,9 @@ export default {
   },
   data: function () {
     return {
-      form: {},
+      form: {
+        questions: {},
+      },
     };
   },
   async created() {