calculator
This commit is contained in:
@@ -65,14 +65,10 @@
|
||||
<script lang="ts" setup>
|
||||
import { ref, inject } from 'vue'
|
||||
import { reactive } from 'vue'
|
||||
import { ElMessage } from 'element-plus'
|
||||
import TableStore from '@/utils/tableStore' // 若不是列表页面弹框可删除
|
||||
import MyEchart from '@/components/echarts/MyEchart.vue'
|
||||
import { color } from '../../components/echarts/color'
|
||||
|
||||
const dialogVisible = ref(false)
|
||||
const title = ref('生产线免疫力计算器')
|
||||
const tableStore = inject('tableStore') as TableStore
|
||||
const chartsOptions1 = ref({
|
||||
xAxis: null,
|
||||
yAxis: null,
|
||||
|
||||
@@ -11,7 +11,7 @@ export default defineConfig({
|
||||
host: '0.0.0.0',
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://192.168.1.31:10215', //数据中心
|
||||
target: 'http://192.168.1.81:10215', //数据中心
|
||||
// target: 'http://192.168.1.81:10215', //数据中心
|
||||
changeOrigin: true,
|
||||
rewrite: path => path.replace(/^\/api/, '') //路径重写,把'/api'替换为''
|
||||
|
||||
Reference in New Issue
Block a user