This commit is contained in:
Apcallover
2024-03-26 16:24:51 +08:00
3 changed files with 13 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ export const optionParent = {
prop: "code",
search: true,
span: 24,
searchSpan: 12,
rules: [
{
required: true,
@@ -32,6 +33,7 @@ export const optionParent = {
prop: "dictValue",
search: true,
align: "center",
searchSpan: 12,
rules: [
{
required: true,
@@ -94,7 +96,7 @@ export const optionChild = {
calcHeight: 95,
tip: false,
searchShow: true,
searchMenuSpan: 6,
searchMenuSpan: 8,
tree: true,
border: true,
index: true,
@@ -112,6 +114,7 @@ export const optionChild = {
editDisabled: true,
search: true,
span: 24,
searchSpan: 12,
rules: [
{
required: true,
@@ -124,6 +127,7 @@ export const optionChild = {
label: "字典名称",
prop: "dictValue",
search: true,
searchSpan: 12,
align: "center",
rules: [
{

View File

@@ -19,6 +19,7 @@ export const optionParent = {
prop: "code",
search: true,
span: 24,
searchSpan: 12,
rules: [
{
required: true,
@@ -31,6 +32,7 @@ export const optionParent = {
label: "字典名称",
prop: "dictValue",
search: true,
searchSpan: 12,
align: "center",
rules: [
{
@@ -94,7 +96,7 @@ export const optionChild = {
calcHeight: 95,
tip: false,
searchShow: true,
searchMenuSpan: 6,
searchMenuSpan: 8,
tree: true,
border: true,
index: true,
@@ -110,6 +112,7 @@ export const optionChild = {
prop: "code",
addDisabled: true,
editDisabled: true,
searchSpan: 12,
search: true,
span: 24,
rules: [
@@ -124,6 +127,7 @@ export const optionChild = {
label: "字典名称",
prop: "dictValue",
search: true,
searchSpan: 12,
align: "center",
rules: [
{

View File

@@ -23,7 +23,9 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
target: 'http://localhost:8000',
// target: 'http://192.168.3.120:8000',
target: 'http://10.165.0.173:8000', //内网
// target: 'http://localhost:8000',
ws: true,
changeOrigin: true,
pathRewrite: {