fangmingyue 2 yıl önce
ebeveyn
işleme
3d36917bea
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 2
    2
      src/pages/check/components/QuForm.jsx
  2. 1
    1
      vite.config.js

+ 2
- 2
src/pages/check/components/QuForm.jsx Dosyayı Görüntüle

130
           />
130
           />
131
         </Col>
131
         </Col>
132
         <Col span={6}>
132
         <Col span={6}>
133
-          <ProFormSelect
133
+          {/* <ProFormSelect
134
             initialValue={'+'}
134
             initialValue={'+'}
135
             name="computeType"
135
             name="computeType"
136
             label="计分方式"
136
             label="计分方式"
147
                 message: '请选择计分方式',
147
                 message: '请选择计分方式',
148
               },
148
               },
149
             ]}
149
             ]}
150
-          />
150
+          /> */}
151
         </Col>
151
         </Col>
152
         <Col span={6}>
152
         <Col span={6}>
153
           <ProFormDigit
153
           <ProFormDigit

+ 1
- 1
vite.config.js Dosyayı Görüntüle

10
     host: "0.0.0.0",
10
     host: "0.0.0.0",
11
     proxy: {
11
     proxy: {
12
       "/api": {
12
       "/api": {
13
-        target: "http://192.168.89.147:9087",
13
+        target: "http://localhost:9087",
14
         // target: 'http://t.njyz.tech',
14
         // target: 'http://t.njyz.tech',
15
         changeOrigin: true,
15
         changeOrigin: true,
16
       },
16
       },