diff --git a/common/getCdnUrl.js b/common/getCdnUrl.js index 7fb21f9..28da543 100644 --- a/common/getCdnUrl.js +++ b/common/getCdnUrl.js @@ -1,9 +1,9 @@ export default (path)=> { // return `/sta_back/images/${path}` - return `https://oms.tanex56.com/static/sapp/images/${path}` + return `https://oms.jtrs56.com/static/sapp/images/${path}` } export const getCdnRoot = (path)=> { // return `/static/${path}` - return `https://oms.tanex56.com/static/sapp/${path}` + return `https://oms.jtrs56.com/static/sapp/${path}` } \ No newline at end of file diff --git a/components/tpx-dialog/tpx-dialog.vue b/components/tpx-dialog/tpx-dialog.vue index 974f4e2..2590bb9 100644 --- a/components/tpx-dialog/tpx-dialog.vue +++ b/components/tpx-dialog/tpx-dialog.vue @@ -13,7 +13,7 @@ - + @@ -35,6 +35,11 @@ return false } }, + renderDefaultSlot: { + default () { + return false + } + }, closePosType: { default () { return 'right'