This commit is contained in:
dengxin
2024-03-26 11:38:18 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -160,9 +160,8 @@ export default {
label: "服务类型",
type: "select",
dicData: [
{ label: "企业端", value: 1 },
{ label: "个人端", value: 2 },
{ label: "工作站", value: 3 },
{ label: "后台工作人员", value: 1 },
{ label: "移动个人用户", value: 2 },
],
dataType: "number",
prop: "userType",

View File

@@ -25,6 +25,7 @@ module.exports = {
"/api": {
// target: 'http://192.168.3.120:8000',
target: 'http://10.165.0.173:8000', //内网
// target: 'http://localhost:8000',
ws: true,
changeOrigin: true,
pathRewrite: {