|
|
@ -15,7 +15,7 @@ export default { |
|
|
created () { |
|
|
created () { |
|
|
const _token = Cookies.get('token') || localStorage.getItem('token') |
|
|
const _token = Cookies.get('token') || localStorage.getItem('token') |
|
|
const _customerId = Cookies.get('customerId') || localStorage.getItem('customerId') |
|
|
const _customerId = Cookies.get('customerId') || localStorage.getItem('customerId') |
|
|
this.url = `https://epdc-jinan-test.elinkservice.cn/plugin-wrf/#/NoteTaking?token=${_token}&customerId=${_customerId}` |
|
|
this.url = `${window.SITE_CONFIG['workLogURL']}/#/NoteTaking?token=${_token}&customerId=${_customerId}` |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
|