qinzhipeng_v 5 年之前
父節點
當前提交
c4549949cd
共有 1 個文件被更改,包括 2 次插入2 次删除
  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() {