|
@@ -27,12 +27,7 @@
|
|
|
created () {},
|
|
|
methods: {
|
|
|
jumpCustomerPage () {
|
|
|
- // 正式环境id
|
|
|
- let receiveAppId = '465d475c52'
|
|
|
- if(process.env.NODE_DEV !== 'production') {
|
|
|
- receiveAppId = '455b495c5c'
|
|
|
- }
|
|
|
- location.href = `/page_social_mobile/home?pname=剑鱼标讯&receiveAppId=${receiveAppId}&userType=1`
|
|
|
+ location.href = `/jyapp/free/customer`
|
|
|
}
|
|
|
}
|
|
|
}
|