liuxy 2 years ago
parent aa569ce4de
commit ff483b5bda

@ -2,7 +2,7 @@
ENV = 'production' ENV = 'production'
# base api # base api
#VUE_APP_BASE_API = https://sstt.115.langye.net/ VUE_APP_BASE_API = https://sstt.115.langye.net/
#VUE_APP_UPLOAD_API = https://sstt.115.langye.net/api/admin/upload-file VUE_APP_UPLOAD_API = https://sstt.115.langye.net/api/admin/upload-file
VUE_APP_BASE_API = http://sstt.ali251.langye.net/ #VUE_APP_BASE_API = http://sstt.ali251.langye.net/
VUE_APP_UPLOAD_API = http://sstt.ali251.langye.net/api/admin/upload-file #VUE_APP_UPLOAD_API = http://sstt.ali251.langye.net/api/admin/upload-file

@ -56,7 +56,7 @@
<template v-slot:contact_name> <template v-slot:contact_name>
<div class="xy-table-item"> <div class="xy-table-item">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>委托人 <!-- <span style="color: red;font-weight: 600;padding-right: 4px;">*</span> -->委托人
</div> </div>
<div class="xy-table-item-content"> <div class="xy-table-item-content">
<el-input v-model="form.contact_name " clearable placeholder="请输入委托人姓名" style="width: 300px;"></el-input> <el-input v-model="form.contact_name " clearable placeholder="请输入委托人姓名" style="width: 300px;"></el-input>
@ -67,7 +67,7 @@
<template v-slot:contact_phone> <template v-slot:contact_phone>
<div class="xy-table-item"> <div class="xy-table-item">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>委托人电话 <!-- <span style="color: red;font-weight: 600;padding-right: 4px;">*</span> -->委托人电话
</div> </div>
<div class="xy-table-item-content"> <div class="xy-table-item-content">
<el-input v-model="form.contact_phone " clearable placeholder="请输入委托人电话" style="width: 300px;"></el-input> <el-input v-model="form.contact_phone " clearable placeholder="请输入委托人电话" style="width: 300px;"></el-input>
@ -152,7 +152,7 @@
<template v-slot:level_id> <template v-slot:level_id>
<div class="xy-table-item"> <div class="xy-table-item">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>失能等级 <!-- <span style="color: red;font-weight: 600;padding-right: 4px;">*</span> -->失能等级
</div> </div>
<div class="xy-table-item-content"> <div class="xy-table-item-content">
<el-select v-model="form.level_id" placeholder="请选择失能等级" style="width: 300px;"> <el-select v-model="form.level_id" placeholder="请选择失能等级" style="width: 300px;">
@ -166,7 +166,7 @@
<template v-slot:level_type> <template v-slot:level_type>
<div class="xy-table-item"> <div class="xy-table-item">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>失能类型 <!-- <span style="color: red;font-weight: 600;padding-right: 4px;">*</span> -->失能类型
</div> </div>
<div class="xy-table-item-content"> <div class="xy-table-item-content">
<el-select v-model="form.level_type" placeholder="请选择失能类型" style="width: 300px;"> <el-select v-model="form.level_type" placeholder="请选择失能类型" style="width: 300px;">
@ -464,21 +464,21 @@ export default {
message: '身份证格式错误' message: '身份证格式错误'
} }
], ],
contact_name: [ // contact_name: [
{required: true, message: '请填写联系人姓名'} // {required: true, message: ''}
], // ],
contact_phone: [ // contact_phone: [
{validator: validatePhone} // {validator: validatePhone}
], // ],
idcard_address: [ idcard_address: [
{required: true, message: '请填写户籍地址'}, {required: true, message: '请填写户籍地址'},
], ],
customer_address_list: [ customer_address_list: [
{required: true, message: '请填写地址'}, {required: true, message: '请填写地址'},
], ],
level_id: [ // level_id: [
{required: true, message: '请选择失能等级'}, // {required: true, message: ''},
], // ],
product_type_customer_links:[ product_type_customer_links:[
{validator: validateProductType} {validator: validateProductType}
] ]

@ -25,7 +25,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath * Detail: https://cli.vuejs.org/config/#publicpath
*/ */
publicPath: '/admin/', publicPath: '/admin/',
outputDir: '/Users/liuxiangyu/Work/s-sishitongtang/app/sishitongtang-service/public/admin', outputDir: '/Users/mac/Documents/Work/c-常州四世同堂/code/shishitongtang-service/public/admin',
assetsDir: 'static', assetsDir: 'static',
css: { css: {
loaderOptions: { // 向 CSS 相关的 loader 传递选项 loaderOptions: { // 向 CSS 相关的 loader 传递选项

Loading…
Cancel
Save