合并
This commit is contained in:
parent
d10118b75e
commit
a7fdfeadd7
|
@ -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('')
|
13
pages.json
13
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": {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user