合并
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='
|
export const publicPath = 'https://www.carboner.cn:8888/api/file/downloadFile?objectKey='
|
||||||
|
|
||||||
const subPath = 'feiyi/miniProgram'
|
const subPath = 'feiyi/miniProgram'
|
||||||
|
@ -12,4 +14,6 @@ export const loginUrl = publicPath + subPath + '/login'
|
||||||
export const orderUrl = publicPath + subPath + '/order'
|
export const orderUrl = publicPath + subPath + '/order'
|
||||||
export const storeHomeUrl = publicPath + subPath + '/store-home'
|
export const storeHomeUrl = publicPath + subPath + '/store-home'
|
||||||
export const mineUrl = publicPath + subPath + '/mine'
|
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": ""
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "pages/testPage/testPage",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/test/test",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"path": "pages/mine/main/main",
|
"path": "pages/mine/main/main",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
const advanceOrderList = ref([])
|
const advanceOrderList = ref([])
|
||||||
const tempAdvanceOrderList = ref([])
|
const tempAdvanceOrderList = ref([])
|
||||||
const isShowMask = ref(false)
|
const isShowMask = ref(false)
|
||||||
onLoad((options) => {
|
onLoad((options) => {})
|
||||||
const bkgUrl = ref(bookUrl + '/photoProductsOrderDetail/bkg.png')
|
const bkgUrl = ref(bookUrl + '/photoProductsOrderDetail/bkg.png')
|
||||||
onLoad(() => {
|
onLoad(() => {
|
||||||
getFonts()
|
getFonts()
|
||||||
|
@ -440,7 +440,6 @@
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
// routerJump('/pages/book/myPhotoProductDetail/myPhotoProductDetail')
|
// routerJump('/pages/book/myPhotoProductDetail/myPhotoProductDetail')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user