diff --git a/components/custom/imageSign.vue b/components/custom/imageSign.vue index 5b467d8..152e978 100644 --- a/components/custom/imageSign.vue +++ b/components/custom/imageSign.vue @@ -31,13 +31,13 @@ }, data() { return { - baseUrl: config.uni_app_web_api_url, + baseUrl: config.uni_app_web_source_url, urlResult: '' } }, beforeMount() { if (this.user && this.user.FILE_PATH && this.user.FILE_PATH.length > 0) { - this.urlResult = this.baseUrl + ':3199' + this.user.FILE_PATH + this.urlResult = this.baseUrl + this.user.FILE_PATH } else { this.urlResult = '' }