|
@@ -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/' // 线上
|
|
|
}
|
|
|
},
|