From a7fdfeadd79996ab8cf41b7ecdefc108cffac26f Mon Sep 17 00:00:00 2001 From: yuanteng0011 <1876787513@qq.com> Date: Mon, 24 Mar 2025 11:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/globalImagesUrl.js | 6 +++++- pages.json | 13 ------------- .../photoProductsOrderDetail.vue | 3 +-- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/common/globalImagesUrl.js b/common/globalImagesUrl.js index b4beced..383b475 100644 --- a/common/globalImagesUrl.js +++ b/common/globalImagesUrl.js @@ -1,3 +1,5 @@ +import { ref } from 'vue' + export const publicPath = 'https://www.carboner.cn:8888/api/file/downloadFile?objectKey=' const subPath = 'feiyi/miniProgram' @@ -12,4 +14,6 @@ export const loginUrl = publicPath + subPath + '/login' export const orderUrl = publicPath + subPath + '/order' export const storeHomeUrl = publicPath + subPath + '/store-home' export const mineUrl = publicPath + subPath + '/mine' -export const clothesRentUrl = publicPath + subPath + '/clothesRent' \ No newline at end of file +export const clothesRentUrl = publicPath + subPath + '/clothesRent' + +export const bkgPubilcPath = ref('') \ No newline at end of file diff --git a/pages.json b/pages.json index a969e79..0ce38f6 100644 --- a/pages.json +++ b/pages.json @@ -97,19 +97,6 @@ "navigationBarTitleText": "" } }, - { - "path": "pages/testPage/testPage", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/test/test", - "style": { - "navigationBarTitleText": "" - } - }, - { "path": "pages/mine/main/main", "style": { diff --git a/pages/book/photoProductsOrderDetail/photoProductsOrderDetail.vue b/pages/book/photoProductsOrderDetail/photoProductsOrderDetail.vue index 4a5cf0f..680e194 100644 --- a/pages/book/photoProductsOrderDetail/photoProductsOrderDetail.vue +++ b/pages/book/photoProductsOrderDetail/photoProductsOrderDetail.vue @@ -132,7 +132,7 @@ const advanceOrderList = ref([]) const tempAdvanceOrderList = ref([]) const isShowMask = ref(false) - onLoad((options) => { + onLoad((options) => {}) const bkgUrl = ref(bookUrl + '/photoProductsOrderDetail/bkg.png') onLoad(() => { getFonts() @@ -440,7 +440,6 @@ onUnmounted(() => { // routerJump('/pages/book/myPhotoProductDetail/myPhotoProductDetail') }) -