diff --git a/.env.development b/.env.development index 8bcc5d2..e8183e0 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ NODE_ENV = 'development' VITE_NOW_TYPE = 'dist' # Base API -VITE_APP_BASE_URL='http://192.168.1.22:8546' +VITE_APP_BASE_URL='http://192.168.1.13:8546' # VITE_APP_BASE_URL='https://erp.lihaink.cn' \ No newline at end of file diff --git a/src/views/merchant_withdraw/edit.vue b/src/views/merchant_withdraw/edit.vue index 8eaa384..8b09a67 100644 --- a/src/views/merchant_withdraw/edit.vue +++ b/src/views/merchant_withdraw/edit.vue @@ -173,8 +173,6 @@ const setFormData = async (data: Record) => { form.arrival_proof = JSON.parse(data.arrival_proof) } form.id = data.id - - } const getDetail = async (row: Record) => { diff --git a/test.html b/test.html index bee10d3..58ed078 100644 --- a/test.html +++ b/test.html @@ -1,22 +1,120 @@ - - - - - 公众号授权 - - - -
- 绑定成功! + + + + + 登录页面 + + + + + + + + + \ No newline at end of file