Merge branch 'master' of https://gitee.com/beiwu/cmanager
This commit is contained in:
@@ -19,6 +19,7 @@ export const optionParent = {
|
|||||||
prop: "code",
|
prop: "code",
|
||||||
search: true,
|
search: true,
|
||||||
span: 24,
|
span: 24,
|
||||||
|
searchSpan: 12,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
@@ -32,6 +33,7 @@ export const optionParent = {
|
|||||||
prop: "dictValue",
|
prop: "dictValue",
|
||||||
search: true,
|
search: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
searchSpan: 12,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
@@ -94,7 +96,7 @@ export const optionChild = {
|
|||||||
calcHeight: 95,
|
calcHeight: 95,
|
||||||
tip: false,
|
tip: false,
|
||||||
searchShow: true,
|
searchShow: true,
|
||||||
searchMenuSpan: 6,
|
searchMenuSpan: 8,
|
||||||
tree: true,
|
tree: true,
|
||||||
border: true,
|
border: true,
|
||||||
index: true,
|
index: true,
|
||||||
@@ -112,6 +114,7 @@ export const optionChild = {
|
|||||||
editDisabled: true,
|
editDisabled: true,
|
||||||
search: true,
|
search: true,
|
||||||
span: 24,
|
span: 24,
|
||||||
|
searchSpan: 12,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
@@ -124,6 +127,7 @@ export const optionChild = {
|
|||||||
label: "字典名称",
|
label: "字典名称",
|
||||||
prop: "dictValue",
|
prop: "dictValue",
|
||||||
search: true,
|
search: true,
|
||||||
|
searchSpan: 12,
|
||||||
align: "center",
|
align: "center",
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ export const optionParent = {
|
|||||||
prop: "code",
|
prop: "code",
|
||||||
search: true,
|
search: true,
|
||||||
span: 24,
|
span: 24,
|
||||||
|
searchSpan: 12,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
@@ -31,6 +32,7 @@ export const optionParent = {
|
|||||||
label: "字典名称",
|
label: "字典名称",
|
||||||
prop: "dictValue",
|
prop: "dictValue",
|
||||||
search: true,
|
search: true,
|
||||||
|
searchSpan: 12,
|
||||||
align: "center",
|
align: "center",
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -94,7 +96,7 @@ export const optionChild = {
|
|||||||
calcHeight: 95,
|
calcHeight: 95,
|
||||||
tip: false,
|
tip: false,
|
||||||
searchShow: true,
|
searchShow: true,
|
||||||
searchMenuSpan: 6,
|
searchMenuSpan: 8,
|
||||||
tree: true,
|
tree: true,
|
||||||
border: true,
|
border: true,
|
||||||
index: true,
|
index: true,
|
||||||
@@ -110,6 +112,7 @@ export const optionChild = {
|
|||||||
prop: "code",
|
prop: "code",
|
||||||
addDisabled: true,
|
addDisabled: true,
|
||||||
editDisabled: true,
|
editDisabled: true,
|
||||||
|
searchSpan: 12,
|
||||||
search: true,
|
search: true,
|
||||||
span: 24,
|
span: 24,
|
||||||
rules: [
|
rules: [
|
||||||
@@ -124,6 +127,7 @@ export const optionChild = {
|
|||||||
label: "字典名称",
|
label: "字典名称",
|
||||||
prop: "dictValue",
|
prop: "dictValue",
|
||||||
search: true,
|
search: true,
|
||||||
|
searchSpan: 12,
|
||||||
align: "center",
|
align: "center",
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -23,7 +23,9 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/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,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user