11
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -23,10 +23,7 @@ module.exports = {
|
||||
port: 1888,
|
||||
proxy: {
|
||||
"/api": {
|
||||
// target: 'http://localhost:8000',
|
||||
// target: 'http://192.168.3.120:8000',
|
||||
target: 'http://192.168.1.106:8000',
|
||||
// target: 'http://10.165.0.173:8000',
|
||||
target: 'http://localhost:8000',
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
||||
Reference in New Issue
Block a user