qinzhipeng_v 5 years ago
parent
commit
c4549949cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/newWeb/index.vue

+ 2 - 2
src/views/newWeb/index.vue

@@ -15,8 +15,8 @@ export default {
   },
   computed: {
     envUrl() {
-      // return ' http://cp-stable.intra.xiaojukeji.com/project/' // 线下
-      return ' http://cp-pre.intra.xiaojukeji.com/project/' // 线上
+      return ' http://cp-stable.intra.xiaojukeji.com/project/' // 线下
+      // return ' http://cp-pre.intra.xiaojukeji.com/project/' // 线上
     }
   },
   mounted() {