|
|
@@ -75,7 +75,7 @@ export default {
|
|
|
methods: {
|
|
|
toDevcloud() {
|
|
|
if (this.members.length !== 0) {
|
|
|
- window.open("https://devcloud.seec.seecoder.cn/project/" + this.project.id + "/schedule?id_token=" + this.$store.state.user.token);
|
|
|
+ window.open("https://developer.internal-paas.seec.seecoder.cn/project/" + this.project.id + "/schedule?id_token=" + this.$store.state.user.token);
|
|
|
}else{
|
|
|
this.$message.info("无权限查看!");
|
|
|
}
|