diff --git a/.env.development b/.env.development index c14ad8d..80d92f9 100755 --- a/.env.development +++ b/.env.development @@ -3,8 +3,8 @@ VUE_APP_SYSTEM_NAME=standard VUE_APP_PRODUCT_MODEL=standard # VUE_APP_BASE_API=https://ecshopx-shop.ex-sandbox.com/api VUE_APP_BASE_API=/api -VUE_APP_PROXY_API=http://47.103.169.154:8080/api -# VUE_APP_PROXY_API=https://slb.birkenstock.net.cn/api +# VUE_APP_PROXY_API=http://47.103.169.154:8080/api +VUE_APP_PROXY_API=https://test.birkenstock.net.cn/api # VUE_APP_PUBLIC_PATH=https://ecshopx-vshop.oss-cn-hangzhou.aliyuncs.com/ecshopx-admin VUE_APP_PUBLIC_PATH=/ VUE_APP_WXIMG_URL= diff --git a/.env.production b/.env.production index 134c938..ad3512b 100755 --- a/.env.production +++ b/.env.production @@ -4,8 +4,10 @@ VUE_APP_IS_SAAS=false VUE_APP_SYSTEM_NAME=standard VUE_APP_PRODUCT_MODEL=standard # VUE_APP_BASE_API=https://ecshopx-shop.ex-sandbox.com/api -VUE_APP_BASE_API=https://test.birkenstock.net.cn/api +# VUE_APP_BASE_API=https://test.birkenstock.net.cn/api +VUE_APP_BASE_API=http://101.133.172.2:18080/api # VUE_APP_PROXY_API=http://47.103.169.154:8080/api +# VUE_APP_PROXY_API=http://101.133.172.2:18080/api # VUE_APP_PUBLIC_PATH=https://ecshopx-vshop.oss-cn-hangzhou.aliyuncs.com/ecshopx-admin VUE_APP_PUBLIC_PATH=/ VUE_APP_WXIMG_URL= diff --git a/dist-04-12.zip b/dist-04-12.zip deleted file mode 100644 index 375fb09..0000000 Binary files a/dist-04-12.zip and /dev/null differ diff --git a/dist-test-04-12.zip b/dist-test-04-12.zip deleted file mode 100644 index d61785c..0000000 Binary files a/dist-test-04-12.zip and /dev/null differ diff --git a/dist-test-04-26.zip b/dist-test-04-26.zip deleted file mode 100644 index d518fcb..0000000 Binary files a/dist-test-04-26.zip and /dev/null differ diff --git a/src/components/sp-image-picker/index.vue b/src/components/sp-image-picker/index.vue index 3aa35ce..2de3462 100755 --- a/src/components/sp-image-picker/index.vue +++ b/src/components/sp-image-picker/index.vue @@ -153,6 +153,7 @@ export default { multiple: this.max > 1, num: this.max > 1 ? this.max - this.localValue.length : 1 }) + console.log('🚀 ~ file: index.vue:156 ~ data:', data) if (isString(this.localValue)) { this.updateValue(data.url) } else if (isObject(this.localValue)) { diff --git a/src/view/member/selfservice/registrationactivityadd.vue b/src/view/member/selfservice/registrationactivityadd.vue index 3ecc3ca..9bcff8b 100755 --- a/src/view/member/selfservice/registrationactivityadd.vue +++ b/src/view/member/selfservice/registrationactivityadd.vue @@ -62,6 +62,26 @@ /> --> + + + + 只能上传jpg/png文件,且不超过2M,建议尺寸长宽比为 1:1 + + + + + + 只能上传jpg/png文件,且不超过2M,建议尺寸长宽比为 5:4 + + { - this.form = res.data.data + const { data } = res.data + this.form = data + if (!data.pics2) this.form.pics2 = '' + if (!data.pics3) this.form.pics3 = '' this.activity_date = [this.form.start_time * 1000, this.form.end_time * 1000] }) this.fetchList()