修改提交规则

main
lizhong 2 years ago
parent 4933b83e91
commit 3b4f28c05e

@ -2,10 +2,10 @@
VITE_API_URL=/index.php/api
#后台接口全路径地址(必填)
VITE_DOMAIN_URL=https://foresightventures.com/index.php/api
VITE_DOMAIN_URL=/index.php/api
#图片父地址(必填)
VITE_IMG_API_URL=/uploads
#图片全路径(必填)
VITE_IMG_DOMAIN_URL=https://foresightventures.com/uploads
VITE_IMG_DOMAIN_URL=/uploads

@ -15,12 +15,12 @@
VITE_API_URL=/index.php/api
##
##后台接口全路径地址(必填)
VITE_DOMAIN_URL=http://fv.choobest.com/index.php/api
VITE_DOMAIN_URL=/index.php/api
#VITE_DOMAIN_URL=https://foresightventures.com/index.php/api
#
##图片父地址(必填)
VITE_IMG_API_URL=/uploads
#
##图片全路径(必填)
VITE_IMG_DOMAIN_URL=http://fv.choobest.com/uploads
#VITE_IMG_DOMAIN_URL=https://foresightventures.com/uploads
VITE_IMG_DOMAIN_URL=/uploads
#VITE_IMG_DOMAIN_URL=https://foresightventures.com/uploads

1
.gitignore vendored

@ -6,6 +6,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
package-lock.json
node_modules
dist

1573
package-lock.json generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save