还原配置文件
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,
|
||||
Col,
|
||||
RadioGroup,
|
||||
RadioButton,
|
||||
Radio,
|
||||
RangePicker,
|
||||
} from 'ant-design-vue'
|
||||
import type { FormInstance } from 'ant-design-vue'
|
||||
|
|
@ -209,6 +209,8 @@
|
|||
getaGriculturalDevicePoint,
|
||||
getAmonitoringData,
|
||||
} from '/@/api/sys/user'
|
||||
|
||||
const RadioButton = Radio.Button
|
||||
const formRef = ref<FormInstance>()
|
||||
const formState = reactive({
|
||||
base_id: undefined, //基地
|
||||
|
|
|
|||
|
|
@ -109,8 +109,8 @@
|
|||
shadowBlur: 0,
|
||||
shadowOffsetX: 0,
|
||||
shadowOffsetY: 5,
|
||||
borderColor: 'rgba(0, 0, 0, 0.7)',
|
||||
borderWidth: 0.5,
|
||||
borderColor: '#fff',
|
||||
borderWidth: 1,
|
||||
},
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
|
|
|
|||
|
|
@ -81,9 +81,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
|||
// Turning off brotliSize display can slightly reduce packaging time
|
||||
brotliSize: false,
|
||||
chunkSizeWarningLimit: 2000,
|
||||
rollupOptions: {
|
||||
external: ['ant-design-vue'],
|
||||
},
|
||||
},
|
||||
define: {
|
||||
// setting vue-i18-next
|
||||
|
|
|
|||
Loading…
Reference in New Issue