fix: 李红攀:V2.0.008采购入库库位推荐的同步
This commit is contained in:
6
env/.env
vendored
6
env/.env
vendored
@@ -1,7 +1,7 @@
|
||||
VITE_APP_TITLE = '亚为mom小程序'
|
||||
VITE_APP_PORT = 9000
|
||||
|
||||
VITE_UNI_APPID = '__UNI__7CADA36'
|
||||
VITE_UNI_APPID = '__UNI__2EB12DE'
|
||||
VITE_WX_APPID = 'wx1a832d51073d3a35'
|
||||
|
||||
# h5部署网站的base,配置到 manifest.config.ts 里的 h5.router.base
|
||||
@@ -10,8 +10,8 @@ VITE_WX_APPID = 'wx1a832d51073d3a35'
|
||||
VITE_APP_PUBLIC_BASE=/
|
||||
|
||||
# 后台请求地址
|
||||
VITE_SERVER_BASEURL = 'http://192.168.1.20:48080/admin-api'
|
||||
VITE_UPLOAD_BASEURL = 'http://192.168.1.20:48080/upload'
|
||||
VITE_SERVER_BASEURL = 'http://127.0.0.1:48080/admin-api'
|
||||
VITE_UPLOAD_BASEURL = 'http://127.0.0.1:48080/upload'
|
||||
# 备注:如果后台带统一前缀,则也要加到后面,eg: https://ukw0y1.laf.run/api
|
||||
|
||||
# 注意,如果是微信小程序,还有一套请求地址的配置,根据 develop、trial、release 分别设置上传地址,见 `src/utils/index.ts`。
|
||||
|
||||
Reference in New Issue
Block a user