Baozhangchao před 3 roky
rodič
revize
16a21ffc8d
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1
    1
      config/dev.js
  2. 1
    0
      src/pages/Travel/Edit/index.jsx

+ 1
- 1
config/dev.js Zobrazit soubor

@@ -3,8 +3,8 @@ module.exports = {
3 3
     NODE_ENV: '"development"'
4 4
   },
5 5
   defineConstants: {
6
+    // HOST: '"http://192.168.89.147:8080"',
6 7
     HOST: '"http://sgl-v2-test.njyunzhi.com"',
7
-    // HOST: '"http://sgl-v2.njyunzhi.com"',
8 8
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
9 9
     VERSION: '"2.0.33"',
10 10
   },

+ 1
- 0
src/pages/Travel/Edit/index.jsx Zobrazit soubor

@@ -205,6 +205,7 @@ export default withLayout((props) => {
205 205
 
206 206
 
207 207
   const handleModale = () => {
208
+    setInputChangle(travelCustom?.title)
208 209
     setShowDialog(true)
209 210
   }
210 211