diff --git a/ordermall/src/main/resources/application-pro.yml b/ordermall/src/main/resources/application-pro.yml index 611ca61..c584a13 100644 --- a/ordermall/src/main/resources/application-pro.yml +++ b/ordermall/src/main/resources/application-pro.yml @@ -22,9 +22,9 @@ spring: timeout: 0 # 连接超时时间(毫秒) image: upload: - path: D:/webapps/lipinka/ordermall-ui/upload/ + path: D:/webapps/share-store/static/upload/ url: - prefix: https://ordermall.yxtsoft.com/lpk/upload/ + prefix: https://ordermall.yxtsoft.com/file/upload/ import: filePath: D:/yxt-supervise-gf/upload/ @@ -33,6 +33,6 @@ weixin: appid: wx4724e3a3c27f36b5 secret: 971fd3b8aa7b08ce3e8a5f3e502b1a8d qrcode: - giftCard: https://supervise.yxtsoft.com/lpkapi?code= - empCard: https://supervise.yxtsoft.com/lpkapi?qy= - empCardGift: https://supervise.yxtsoft.com/lpkapi?gift= \ No newline at end of file + giftCard: https://ordermall.yxtsoft.com/lpkapi?code= + empCard: https://ordermall.yxtsoft.com/lpkapi?qy= + empCardGift: https://ordermall.yxtsoft.com/lpkapi?gift= \ No newline at end of file