Baozhangchao 3 年之前
父節點
當前提交
16a21ffc8d
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. 1
    1
      config/dev.js
  2. 1
    0
      src/pages/Travel/Edit/index.jsx

+ 1
- 1
config/dev.js 查看文件

@@ -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 查看文件

@@ -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