|
@@ -148,13 +148,14 @@ export default {
|
|
|
methods:{
|
|
|
createBtn(param){
|
|
|
this.createDialog=true
|
|
|
- if(process.env.NODE_ENV == "development"){
|
|
|
- this.projectUrl =`http://127.0.0.1/drp/after-sales/login/${param.id}`
|
|
|
- }else if(process.env.NODE_ENV == "production"){
|
|
|
- this.projectUrl = `https://sy.derom.com/drp/after-sales/login/${param.id}`
|
|
|
- }else if(process.env.NODE_ENV == "staging"){
|
|
|
- this.projectUrl = `https://dev-sy.derom.com/drp/after-sales/login/${param.id}`
|
|
|
- }
|
|
|
+ this.projectUrl = `https://sy.derom.com/drp/after-sales/login/${param.id}`
|
|
|
+ // if(process.env.NODE_ENV == "development"){
|
|
|
+ // this.projectUrl =`http://127.0.0.1/drp/after-sales/login/${param.id}`
|
|
|
+ // }else if(process.env.NODE_ENV == "production"){
|
|
|
+ // this.projectUrl = `https://sy.derom.com/drp/after-sales/login/${param.id}`
|
|
|
+ // }else if(process.env.NODE_ENV == "staging"){
|
|
|
+ // this.projectUrl = `https://dev-sy.derom.com/drp/after-sales/login/${param.id}`
|
|
|
+ // }
|
|
|
},
|
|
|
getWeChatRoomData(){
|
|
|
getWeChatRoomList().then(res =>{
|