qinzhipeng_v %!s(int64=5) %!d(string=hai) anos
pai
achega
36e03314c6
Modificáronse 1 ficheiros con 3 adicións e 10 borrados
  1. 3 10
      src/views/newWeb/index.vue

+ 3 - 10
src/views/newWeb/index.vue

@@ -15,16 +15,9 @@ export default {
     }
   },
   computed: {
-    envUrl: () => {
-      return function() {
-        if (envTag === 'test') {
-          return ' http://cp-stable.intra.xiaojukeji.com/project/'
-        }
-        if (envTag === 'pre' || envTag === 'online') {
-          return ' http://cp-pre.intra.xiaojukeji.com/project/'
-        }
-      }
-      // return ' http://cp-stable.intra.xiaojukeji.com/project/' // 线下
+    envUrl() {
+      console.log(envTag, 'dnjkdnns')
+      return ' http://cp-stable.intra.xiaojukeji.com/project/' // 线下
       // return ' http://cp-pre.intra.xiaojukeji.com/project/' // 线上
     }
   },