Browse Source

fix 审核对话框

zhangyong/milestone-20250913-现金管理
zhangrenyuan 1 month ago
parent
commit
36211cec82
  1. 4
      .env.development
  2. 2
      src/components/dialogs/ConfirmDialog.vue

4
.env.development

@ -3,7 +3,7 @@ VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
# VITE_API_BASE='http://54.255.212.181:10704/'
# 正式环境
# VITE_API_BASE='http://54.255.212.181:10705/'
# VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload
VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload
# VITE_API_BASE='http://192.168.9.28:8081/'
# sunjiabei
# VITE_API_BASE='http://192.168.9.28:8081/'
@ -11,7 +11,7 @@ VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
# zhangyong
# VITE_API_BASE='http://192.168.3.83:8081/'
# 本地
VITE_API_BASE='http://localhost:8081/'
# VITE_API_BASE='http://localhost:8081/'
# sunjiabei
# VITE_API_BASE='http://192.168.1.70:8081/'

2
src/components/dialogs/ConfirmDialog.vue

@ -24,7 +24,7 @@
取消
</el-button>
<el-button round class="custom-large-button" type="primary" @click="handleConfirm">
通过
确定
</el-button>
</div>
</template>

Loading…
Cancel
Save