|
|
@@ -35,7 +35,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: "研发协作",
|
|
|
- link: "https://www.yesdev.cn/platform/project/projectList"
|
|
|
+ link: "https://www.yesdev.cn/platform/guide"
|
|
|
},
|
|
|
// {
|
|
|
// label: "财务详情new",
|
|
|
@@ -78,7 +78,7 @@ export default {
|
|
|
methods: {
|
|
|
clickItem(item, index) {
|
|
|
console.log(item.link);
|
|
|
- if (item.link == 'https://www.yesdev.cn/platform/project/projectList') {
|
|
|
+ if (item.link == 'https://www.yesdev.cn/platform/guide') {
|
|
|
window.open(item.link, '_target');
|
|
|
} else {
|
|
|
location.href = item.link;
|