yuanyuan 3 роки тому
батько
коміт
c79c632f95

+ 1 - 1
src/main/zhi-rong-web/src/plugins/http.js

@@ -4,7 +4,7 @@ import qs from 'qs';
 let baseUrl = 'http://localhost:8080';
 switch (process.env.NODE_ENV) {
     case 'development':
-        baseUrl = 'http://zhirongip.izouma.com';
+        baseUrl = 'https://www.njzrzc.com';
         // baseUrl = 'http://192.168.50.190:8080';
         // baseUrl = 'http://localhost:8080';
         // baseUrl = 'http://192.168.50.190:8080';

+ 5 - 0
src/main/zhi-rong-web/src/views/Index.vue

@@ -80,6 +80,11 @@ export default {
         pageTitle() {
             return this.$route.meta.title || '智戎知识产权';
         }
+    },
+    methods:{
+        recordJump() {
+            location.href = 'https://beian.miit.gov.cn/';
+        }
     }
 };
 </script>