Compare commits
2 Commits
5f98eb8229
...
41228a4606
Author | SHA1 | Date |
---|---|---|
|
41228a4606 | |
|
cc5c28c699 |
|
@ -2,7 +2,7 @@
|
|||
VITE_USE_MOCK = false
|
||||
|
||||
# 发布路径
|
||||
VITE_PUBLIC_PATH = /biz101
|
||||
VITE_PUBLIC_PATH = /biz102
|
||||
|
||||
# 是否启用gzip或brotli压缩
|
||||
# 选项值: gzip | brotli | none
|
||||
|
@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip'
|
|||
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
||||
|
||||
#后台接口父地址(必填)
|
||||
VITE_GLOB_API_URL=/nursingunit101
|
||||
VITE_GLOB_API_URL=/nursingunit102
|
||||
|
||||
#后台接口全路径地址(必填)
|
||||
VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit101
|
||||
VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit102
|
||||
|
||||
# 接口父路径前缀
|
||||
VITE_GLOB_API_URL_PREFIX=
|
||||
|
|
|
@ -4,19 +4,19 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/bizEmployeesInfo/bizEmployeesInfo/list',
|
||||
save='/bizEmployeesInfo/bizEmployeesInfo/add',
|
||||
edit='/bizEmployeesInfo/bizEmployeesInfo/edit',
|
||||
deleteOne = '/bizEmployeesInfo/bizEmployeesInfo/delete',
|
||||
deleteBatch = '/bizEmployeesInfo/bizEmployeesInfo/deleteBatch',
|
||||
importExcel = '/bizEmployeesInfo/bizEmployeesInfo/importExcel',
|
||||
exportXls = '/bizEmployeesInfo/bizEmployeesInfo/exportXls',
|
||||
list = '/admin/bizEmployeesInfo/bizEmployeesInfo/list',
|
||||
save='/admin/bizEmployeesInfo/bizEmployeesInfo/add',
|
||||
edit='/admin/bizEmployeesInfo/bizEmployeesInfo/edit',
|
||||
deleteOne = '/admin/bizEmployeesInfo/bizEmployeesInfo/delete',
|
||||
deleteBatch = '/admin/bizEmployeesInfo/bizEmployeesInfo/deleteBatch',
|
||||
importExcel = '/admin/bizEmployeesInfo/bizEmployeesInfo/importExcel',
|
||||
exportXls = '/admin/bizEmployeesInfo/bizEmployeesInfo/exportXls',
|
||||
|
||||
getEmployeesList = '/serviceTag/serviceTag/getEmployeesList',
|
||||
queryTagsById = '/serviceTag/serviceTag/queryById',
|
||||
getEmployeesList = '/services/serviceTag/serviceTag/getEmployeesList',
|
||||
queryTagsById = '/services/serviceTag/serviceTag/queryById',
|
||||
checkTags='/bizEmployeesInfo/nuBizEmployeesServcieTags/add',
|
||||
removeTags = '/bizEmployeesInfo/nuBizEmployeesServcieTags/delete',
|
||||
getEmployessServiceTags = '/serviceTag/serviceTag/getEmployessServiceTags',
|
||||
getEmployessServiceTags = '/services/serviceTag/serviceTag/getEmployessServiceTags',
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@ function onPageChange(page,pageSize){
|
|||
queryParam.pageSize = pageSize;
|
||||
queryParam.pageNo = current;
|
||||
console.log('queryParam',queryParam);
|
||||
defHttp.get({url:'/bizEmployeesInfo/bizEmployeesInfo/list',params:queryParam}).then(res=>{
|
||||
defHttp.get({url:'/admin/bizEmployeesInfo/bizEmployeesInfo/list',params:queryParam}).then(res=>{
|
||||
console.log(res);
|
||||
dataList.value = res.records;
|
||||
total.value = res.total;
|
||||
|
|
|
@ -4,14 +4,14 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/directivePackage/directivePackage/list',
|
||||
queryById = '/directivePackage/directivePackage/queryById',
|
||||
save='/directivePackage/directivePackage/add',
|
||||
edit='/directivePackage/directivePackage/edit',
|
||||
deleteOne = '/directivePackage/directivePackage/delete',
|
||||
deleteBatch = '/directivePackage/directivePackage/deleteBatch',
|
||||
importExcel = '/directivePackage/directivePackage/importExcel',
|
||||
exportXls = '/directivePackage/directivePackage/exportXls',
|
||||
list = '/services/directivePackage/directivePackage/list',
|
||||
queryById = '/services/directivePackage/directivePackage/queryById',
|
||||
save='/services/directivePackage/directivePackage/add',
|
||||
edit='/services/directivePackage/directivePackage/edit',
|
||||
deleteOne = '/services/directivePackage/directivePackage/delete',
|
||||
deleteBatch = '/services/directivePackage/directivePackage/deleteBatch',
|
||||
importExcel = '/services/directivePackage/directivePackage/importExcel',
|
||||
exportXls = '/services/directivePackage/directivePackage/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/serviceDirective/configServiceDirective/list',
|
||||
save='/serviceDirective/configServiceDirective/add',
|
||||
edit='/serviceDirective/configServiceDirective/edit',
|
||||
deleteOne = '/serviceDirective/configServiceDirective/delete',
|
||||
deleteBatch = '/serviceDirective/configServiceDirective/deleteBatch',
|
||||
importExcel = '/serviceDirective/configServiceDirective/importExcel',
|
||||
exportXls = '/serviceDirective/configServiceDirective/exportXls',
|
||||
list = '/services/serviceDirective/configServiceDirective/list',
|
||||
save='/services/serviceDirective/configServiceDirective/add',
|
||||
edit='/services/serviceDirective/configServiceDirective/edit',
|
||||
deleteOne = '/services/serviceDirective/configServiceDirective/delete',
|
||||
deleteBatch = '/services/serviceDirective/configServiceDirective/deleteBatch',
|
||||
importExcel = '/services/serviceDirective/configServiceDirective/importExcel',
|
||||
exportXls = '/services/serviceDirective/configServiceDirective/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/directiveTag/bodyTag/list',
|
||||
save='/directiveTag/bodyTag/add',
|
||||
edit='/directiveTag/bodyTag/edit',
|
||||
deleteOne = '/directiveTag/bodyTag/delete',
|
||||
deleteBatch = '/directiveTag/bodyTag/deleteBatch',
|
||||
importExcel = '/directiveTag/bodyTag/importExcel',
|
||||
exportXls = '/directiveTag/bodyTag/exportXls',
|
||||
list = '/services/directiveTag/bodyTag/list',
|
||||
save='/services/directiveTag/bodyTag/add',
|
||||
edit='/services/directiveTag/bodyTag/edit',
|
||||
deleteOne = '/services/directiveTag/bodyTag/delete',
|
||||
deleteBatch = '/services/directiveTag/bodyTag/deleteBatch',
|
||||
importExcel = '/services/directiveTag/bodyTag/importExcel',
|
||||
exportXls = '/services/directiveTag/bodyTag/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/directiveTag/emotionTag/list',
|
||||
save='/directiveTag/emotionTag/add',
|
||||
edit='/directiveTag/emotionTag/edit',
|
||||
deleteOne = '/directiveTag/emotionTag/delete',
|
||||
deleteBatch = '/directiveTag/emotionTag/deleteBatch',
|
||||
importExcel = '/directiveTag/emotionTag/importExcel',
|
||||
exportXls = '/directiveTag/emotionTag/exportXls',
|
||||
list = '/services/directiveTag/emotionTag/list',
|
||||
save='/services/directiveTag/emotionTag/add',
|
||||
edit='/services/directiveTag/emotionTag/edit',
|
||||
deleteOne = '/services/directiveTag/emotionTag/delete',
|
||||
deleteBatch = '/services/directiveTag/emotionTag/deleteBatch',
|
||||
importExcel = '/services/directiveTag/emotionTag/importExcel',
|
||||
exportXls = '/services/directiveTag/emotionTag/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/serviceCategory/configServiceCategory/list',
|
||||
save='/serviceCategory/configServiceCategory/add',
|
||||
edit='/serviceCategory/configServiceCategory/edit',
|
||||
deleteOne = '/serviceCategory/configServiceCategory/delete',
|
||||
deleteBatch = '/serviceCategory/configServiceCategory/deleteBatch',
|
||||
importExcel = '/serviceCategory/configServiceCategory/importExcel',
|
||||
exportXls = '/serviceCategory/configServiceCategory/exportXls',
|
||||
list = '/services/serviceCategory/configServiceCategory/list',
|
||||
save='/services/serviceCategory/configServiceCategory/add',
|
||||
edit='/services/serviceCategory/configServiceCategory/edit',
|
||||
deleteOne = '/services/serviceCategory/configServiceCategory/delete',
|
||||
deleteBatch = '/services/serviceCategory/configServiceCategory/deleteBatch',
|
||||
importExcel = '/services/serviceCategory/configServiceCategory/importExcel',
|
||||
exportXls = '/services/serviceCategory/configServiceCategory/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/serviceDirective/configServiceDirective/list',
|
||||
save='/serviceDirective/configServiceDirective/add',
|
||||
edit='/serviceDirective/configServiceDirective/edit',
|
||||
deleteOne = '/serviceDirective/configServiceDirective/delete',
|
||||
deleteBatch = '/serviceDirective/configServiceDirective/deleteBatch',
|
||||
importExcel = '/serviceDirective/configServiceDirective/importExcel',
|
||||
exportXls = '/serviceDirective/configServiceDirective/exportXls',
|
||||
list = '/services/serviceDirective/configServiceDirective/list',
|
||||
save='/services/serviceDirective/configServiceDirective/add',
|
||||
edit='/services/serviceDirective/configServiceDirective/edit',
|
||||
deleteOne = '/services/serviceDirective/configServiceDirective/delete',
|
||||
deleteBatch = '/services/serviceDirective/configServiceDirective/deleteBatch',
|
||||
importExcel = '/services/serviceDirective/configServiceDirective/importExcel',
|
||||
exportXls = '/services/serviceDirective/configServiceDirective/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,14 +4,14 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/serviceTag/serviceTag/list',
|
||||
queryById = '/serviceTag/serviceTag/queryById',
|
||||
save='/serviceTag/serviceTag/add',
|
||||
edit='/serviceTag/serviceTag/edit',
|
||||
deleteOne = '/serviceTag/serviceTag/delete',
|
||||
deleteBatch = '/serviceTag/serviceTag/deleteBatch',
|
||||
importExcel = '/serviceTag/serviceTag/importExcel',
|
||||
exportXls = '/serviceTag/serviceTag/exportXls',
|
||||
list = '/services/serviceTag/serviceTag/list',
|
||||
queryById = '/services/serviceTag/serviceTag/queryById',
|
||||
save='/services/serviceTag/serviceTag/add',
|
||||
edit='/services/serviceTag/serviceTag/edit',
|
||||
deleteOne = '/services/serviceTag/serviceTag/delete',
|
||||
deleteBatch = '/services/serviceTag/serviceTag/deleteBatch',
|
||||
importExcel = '/services/serviceTag/serviceTag/importExcel',
|
||||
exportXls = '/services/serviceTag/serviceTag/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/serviceDirective/configServiceDirective/list',
|
||||
save='/serviceDirective/configServiceDirective/add',
|
||||
edit='/serviceDirective/configServiceDirective/edit',
|
||||
deleteOne = '/serviceDirective/configServiceDirective/delete',
|
||||
deleteBatch = '/serviceDirective/configServiceDirective/deleteBatch',
|
||||
importExcel = '/serviceDirective/configServiceDirective/importExcel',
|
||||
exportXls = '/serviceDirective/configServiceDirective/exportXls',
|
||||
list = '/services/serviceDirective/configServiceDirective/list',
|
||||
save='/services/serviceDirective/configServiceDirective/add',
|
||||
edit='/services/serviceDirective/configServiceDirective/edit',
|
||||
deleteOne = '/services/serviceDirective/configServiceDirective/delete',
|
||||
deleteBatch = '/services/serviceDirective/configServiceDirective/deleteBatch',
|
||||
importExcel = '/services/serviceDirective/configServiceDirective/importExcel',
|
||||
exportXls = '/services/serviceDirective/configServiceDirective/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/ServiceType/configServiceType/list',
|
||||
save='/ServiceType/configServiceType/add',
|
||||
edit='/ServiceType/configServiceType/edit',
|
||||
deleteOne = '/ServiceType/configServiceType/delete',
|
||||
deleteBatch = '/ServiceType/configServiceType/deleteBatch',
|
||||
importExcel = '/ServiceType/configServiceType/importExcel',
|
||||
exportXls = '/ServiceType/configServiceType/exportXls'
|
||||
list = '/services/ServiceType/configServiceType/list',
|
||||
save='/services/ServiceType/configServiceType/add',
|
||||
edit='/services/ServiceType/configServiceType/edit',
|
||||
deleteOne = '/services/ServiceType/configServiceType/delete',
|
||||
deleteBatch = '/services/ServiceType/configServiceType/deleteBatch',
|
||||
importExcel = '/services/ServiceType/configServiceType/importExcel',
|
||||
exportXls = '/services/ServiceType/configServiceType/exportXls'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue