This commit is contained in:
yuanteng0011 2025-03-24 11:43:51 +08:00
parent d10118b75e
commit a7fdfeadd7
3 changed files with 6 additions and 16 deletions

View File

@ -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'
export const clothesRentUrl = publicPath + subPath + '/clothesRent'
export const bkgPubilcPath = ref('')

View File

@ -97,19 +97,6 @@
"navigationBarTitleText": ""
}
},
{
"path": "pages/testPage/testPage",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/test/test",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/mine/main/main",
"style": {

View File

@ -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')
})
</script>