diff --git a/.env.development b/.env.development index e059f52..a0af6a8 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ # 开发环境 # 请求接口地址 VITE_REQUEST_BASE_URL = https://36.112.48.190 -#VITE_REQUEST_BASE_URL = http://10.75.15.247:8080 +#VITE_REQUEST_BASE_URL = http://10.75.15.247:8080 diff --git a/.env.production b/.env.production index 9338f38..391c2dd 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ # 生产环境 # 请求接口地址 -#VITE_REQUEST_BASE_URL = https://36.112.48.190 -VITE_REQUEST_BASE_URL = http://10.75.15.247:8080 \ No newline at end of file +VITE_REQUEST_BASE_URL = https://36.112.48.190 +#VITE_REQUEST_BASE_URL = http://10.75.15.247:8080 \ No newline at end of file diff --git a/api/common.js b/api/common.js new file mode 100644 index 0000000..ce4c8a5 --- /dev/null +++ b/api/common.js @@ -0,0 +1,16 @@ +import { + https +} from '@/utils/http.js'; +/* +这是后端系统通用的系统类的基础性的api路径,后续的大家分类建js存放 +*/ + + + +export function initDictOption(dictCode) { // 获取部门所有人员信息 + return https({ + url: ' /sys/dict/getDictItems', + method: 'get', + data: dictCode + }) +} \ No newline at end of file diff --git a/pages/views/renliziyuan/renyuanxinxi/index.vue b/pages/views/renliziyuan/renyuanxinxi/index.vue index 782e15d..e37c7e6 100644 --- a/pages/views/renliziyuan/renyuanxinxi/index.vue +++ b/pages/views/renliziyuan/renyuanxinxi/index.vue @@ -12,33 +12,31 @@ - + - - \ No newline at end of file + \ No newline at end of file diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue index 3afc3cd..4afc050 100644 --- a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue +++ b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue @@ -1,80 +1,75 @@