还原配置文件
parent
2060c11d8c
commit
8debae9132
Binary file not shown.
|
Before Width: | Height: | Size: 1005 B After Width: | Height: | Size: 876 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 7.8 KiB |
|
|
@ -189,7 +189,7 @@
|
||||||
Row,
|
Row,
|
||||||
Col,
|
Col,
|
||||||
RadioGroup,
|
RadioGroup,
|
||||||
RadioButton,
|
Radio,
|
||||||
RangePicker,
|
RangePicker,
|
||||||
} from 'ant-design-vue'
|
} from 'ant-design-vue'
|
||||||
import type { FormInstance } from 'ant-design-vue'
|
import type { FormInstance } from 'ant-design-vue'
|
||||||
|
|
@ -209,6 +209,8 @@
|
||||||
getaGriculturalDevicePoint,
|
getaGriculturalDevicePoint,
|
||||||
getAmonitoringData,
|
getAmonitoringData,
|
||||||
} from '/@/api/sys/user'
|
} from '/@/api/sys/user'
|
||||||
|
|
||||||
|
const RadioButton = Radio.Button
|
||||||
const formRef = ref<FormInstance>()
|
const formRef = ref<FormInstance>()
|
||||||
const formState = reactive({
|
const formState = reactive({
|
||||||
base_id: undefined, //基地
|
base_id: undefined, //基地
|
||||||
|
|
|
||||||
|
|
@ -109,8 +109,8 @@
|
||||||
shadowBlur: 0,
|
shadowBlur: 0,
|
||||||
shadowOffsetX: 0,
|
shadowOffsetX: 0,
|
||||||
shadowOffsetY: 5,
|
shadowOffsetY: 5,
|
||||||
borderColor: 'rgba(0, 0, 0, 0.7)',
|
borderColor: '#fff',
|
||||||
borderWidth: 0.5,
|
borderWidth: 1,
|
||||||
},
|
},
|
||||||
emphasis: {
|
emphasis: {
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
|
|
|
||||||
|
|
@ -81,9 +81,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||||
// Turning off brotliSize display can slightly reduce packaging time
|
// Turning off brotliSize display can slightly reduce packaging time
|
||||||
brotliSize: false,
|
brotliSize: false,
|
||||||
chunkSizeWarningLimit: 2000,
|
chunkSizeWarningLimit: 2000,
|
||||||
rollupOptions: {
|
|
||||||
external: ['ant-design-vue'],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
define: {
|
define: {
|
||||||
// setting vue-i18-next
|
// setting vue-i18-next
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue