|
@@ -514,7 +514,7 @@ var vm = new Vue({
|
|
|
// 自定义弹窗头部
|
|
|
isSelfHeader: function(){
|
|
|
var imgUrl = '/common-module/pc-dialog/image/structed-title.png'
|
|
|
- if (this.source.indexOf('custom_export') > -1) {
|
|
|
+ if (this.source.indexOf('custom_export') > -1 || this.source.indexOf('custom_data') > -1) {
|
|
|
imgUrl = '/common-module/pc-dialog/image/leave-title-custom.png'
|
|
|
} else if (this.source.indexOf('api_interface') > -1) {
|
|
|
imgUrl = '/common-module/pc-dialog/image/leave-title-api.png'
|