diff --git a/common/getCdnUrl.js b/common/getCdnUrl.js index 28da543..7fb21f9 100644 --- a/common/getCdnUrl.js +++ b/common/getCdnUrl.js @@ -1,9 +1,9 @@ export default (path)=> { // return `/sta_back/images/${path}` - return `https://oms.jtrs56.com/static/sapp/images/${path}` + return `https://oms.tanex56.com/static/sapp/images/${path}` } export const getCdnRoot = (path)=> { // return `/static/${path}` - return `https://oms.jtrs56.com/static/sapp/${path}` + return `https://oms.tanex56.com/static/sapp/${path}` } \ No newline at end of file diff --git a/pages/bill/detail.vue b/pages/bill/detail.vue index ee2dfaa..1e8603e 100644 --- a/pages/bill/detail.vue +++ b/pages/bill/detail.vue @@ -4,55 +4,61 @@ @@ -114,6 +162,7 @@