jiangchengfeiyi-xiaochengxu/common/globalImagesUrl.js

19 lines
852 B
JavaScript
Raw Normal View History

2025-03-24 03:43:51 +00:00
import { ref } from 'vue'
2025-03-19 07:16:09 +00:00
export const publicPath = 'https://www.carboner.cn:8888/api/file/downloadFile?objectKey='
2025-03-16 16:46:57 +00:00
const subPath = 'feiyi/miniProgram'
export const bookUrl = publicPath + subPath + '/book'
export const couponUrl = publicPath + subPath + '/coupon'
export const workshopUrl = publicPath + subPath + '/workshop'
export const myOrderUrl = publicPath + subPath + '/my-order'
export const shoppingCartUrl = publicPath + subPath + '/Shopping-cart'
export const homeUrl = publicPath + subPath + '/home'
export const loginUrl = publicPath + subPath + '/login'
export const orderUrl = publicPath + subPath + '/order'
export const storeHomeUrl = publicPath + subPath + '/store-home'
2025-03-22 03:18:54 +00:00
export const mineUrl = publicPath + subPath + '/mine'
2025-03-24 03:43:51 +00:00
export const clothesRentUrl = publicPath + subPath + '/clothesRent'
export const bkgPubilcPath = ref('')