Merge remote-tracking branch 'origin/master'
| | |
| | | VITE_APP_ENV = 'test' |
| | | |
| | | # 服务地址 |
| | | VITE_APP_URL = https://wrj.shuixiongit.com/api |
| | | VITE_APP_URL = http://192.168.1.33 |
| | | |
| | | # 域名 |
| | | VITE_APP_AREA_NAME = https://wrj.shuixiongit.com |
| | |
| | | "version": "4.1.0", |
| | | "scripts": { |
| | | "dev": "vite --host", |
| | | "test": "vite --mode test", |
| | | "prod": "vite --mode production", |
| | | "build:test": "vite build --mode test", |
| | | "build:prod": "vite build --mode production", |
| | |
| | | formParams.value.manufacturerText = res.data.data.records.find(item => item.id === formParams.value.manufacturer)?.unitName || '' |
| | | }) |
| | | } |
| | | onLoad((options) => { |
| | | onLoad(async (options) => { |
| | | await getProTypeApi() |
| | | aircraftInfoDetailsApi(options.id).then(res => { |
| | | formParams.value = res.data.data |
| | | formParams.value.isModified = res.data.data.isModified ? '是' : '否' |
| | |
| | | }) |
| | | onMounted(async () => { |
| | | // getManufacturerInfoApi() |
| | | getProTypeApi() |
| | | |
| | | // 动态导入xzqhData,确保在使用前已初始化 |
| | | // const { xzqhData } = await import('@/static/xzqh/index') |
| | | // areaData.value = xzqhData |
| | |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | .regulationsDetail { |
| | | height: 100vh; |
| | | height: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | /* 安全区域适配 */ |