diff --git a/dist.zip b/dist.zip deleted file mode 100644 index e1473f9..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/logistics.conf b/logistics.conf index 7d0287e..5b2ffd0 100644 --- a/logistics.conf +++ b/logistics.conf @@ -4,7 +4,7 @@ server { client_max_body_size 90m; location /api { - proxy_pass http://192.168.77.91:8099/api; + proxy_pass http://127.0.0.1:8099/api; } location /{ diff --git a/public/antd_color.less b/public/antd_color.less index b746b9c..ec14664 100644 --- a/public/antd_color.less +++ b/public/antd_color.less @@ -1397,7 +1397,7 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;} .ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} .ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;} .ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;} -.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;} +.ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{text-color-secondary}", 1)`);border-color: #d3adf7;} .ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} .ant-time-picker-panel {color: @text-color;} .ant-time-picker-panel-inner {background-color: #fff;background-clip: padding-box;border-radius: 4px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);} diff --git a/src/views/cameraManage/model.vue b/src/views/cameraManage/model.vue index 0108628..8e125bb 100644 --- a/src/views/cameraManage/model.vue +++ b/src/views/cameraManage/model.vue @@ -25,6 +25,11 @@ v-decorator="['ip', { rules: [{ required: true, message: '请输入球机ip!' }] }]" /> + + +