李志伟 před 3 roky
rodič
revize
3a67751f5a

+ 1
- 2
config/dev.js Zobrazit soubor

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

+ 1
- 1
project.config.dev.json Zobrazit soubor

@@ -2,7 +2,7 @@
2 2
   "miniprogramRoot": "./dist",
3 3
   "projectname": "miniapp",
4 4
   "description": "十公里",
5
-  "appid": "wx06a7372d48d56843",
5
+  "appid": "wx835627a9b9b3932a",
6 6
   "setting": {
7 7
     "urlCheck": false,
8 8
     "es6": false,

+ 1
- 1
project.config.json Zobrazit soubor

@@ -2,7 +2,7 @@
2 2
   "miniprogramRoot": "./dist",
3 3
   "projectname": "miniapp",
4 4
   "description": "十公里",
5
-  "appid": "wx06a7372d48d56843",
5
+  "appid": "wx835627a9b9b3932a",
6 6
   "setting": {
7 7
     "urlCheck": true,
8 8
     "es6": false,

+ 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