|
@@ -2441,7 +2441,7 @@
|
|
|
// 添加关注的项目
|
|
|
let cancelurl = '/bigmember/follow/project/cancel'
|
|
|
let confirmurl = '/bigmember/follow/project/add'
|
|
|
- if(window.entniche) {
|
|
|
+ if(window.entniche && bigstatus < 0) {
|
|
|
cancelurl = '/entnicheNew/follow/project/cancel'
|
|
|
confirmurl = '/entnicheNew/follow/project/add'
|
|
|
}
|