Browse Source

代码提交

master
主管理员 3 months ago
parent
commit
09f1ecaade
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      CatmDogd-Mall-Front-test/.env.development
  2. +2
    -2
      CatmDogd-Mall-Front-test/src/views/model/AppletOrder/index.vue

+ 2
- 2
CatmDogd-Mall-Front-test/.env.development View File

@ -5,8 +5,8 @@ VUE_APP_TITLE = 猫妈狗爸商城管理平台
ENV = 'development'
# 若依管理系统/开发环境 https://pet-admin.hhlm1688.com/api
#VUE_APP_BASE_API = 'https://pet-admin.hhlm1688.com/api/prod-api'
VUE_APP_BASE_API = 'http://localhost:8081/prod-api'
VUE_APP_BASE_API = 'https://pet-admin.hhlm1688.com/api/prod-api'
#VUE_APP_BASE_API = 'http://localhost:8081/prod-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true


+ 2
- 2
CatmDogd-Mall-Front-test/src/views/model/AppletOrder/index.vue View File

@ -183,8 +183,8 @@
<el-form-item label="无法接单原因" prop="reason">
<el-input v-model="form.reason" type="textarea" placeholder="请输入内容" />
</el-form-item>
<el-form-item label="关联服务者ID" prop="userId">
<el-input v-model="form.userId" placeholder="请输入关联服务者ID" />
<el-form-item label="订单标识" prop="userId">
<el-input v-model="form.userId" placeholder="请输入订单标识" />
</el-form-item>
<el-form-item label="关联宠物ID" prop="petId">
<el-input v-model="form.petId" placeholder="请输入关联宠物ID" />


Loading…
Cancel
Save