[baozhangchao] преди 2 години
родител
ревизия
ac1393d7c9
променени са 3 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1
    1
      config/dev.js
  2. 2
    2
      config/prod.js
  3. 1
    1
      src/pages/MyAddressList/index.jsx

+ 1
- 1
config/dev.js Целия файл

4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
     // HOST: '"https://machine.njyunzhi.com"',
6
     // HOST: '"https://machine.njyunzhi.com"',
7
-    HOST: '"http://192.168.89.147:7080"',
7
+    HOST: '"http://192.168.89.25:7080"',
8
     OSS: '""',
8
     OSS: '""',
9
     // VERSION: '"2.0.33"',
9
     // VERSION: '"2.0.33"',
10
   },
10
   },

+ 2
- 2
config/prod.js Целия файл

3
     NODE_ENV: '"production"'
3
     NODE_ENV: '"production"'
4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
-    // HOST: '"https://machine.njyunzhi.com"',
7
-    HOST: '"http://192.168.89.147:7080"',
6
+    HOST: '"https://machine.njyunzhi.com"',
7
+    // HOST: '"http://192.168.89.25:7080"',
8
 
8
 
9
     OSS: '""',
9
     OSS: '""',
10
     // VERSION: '"2.0.33"',
10
     // VERSION: '"2.0.33"',

+ 1
- 1
src/pages/MyAddressList/index.jsx Целия файл

184
           }
184
           }
185
 
185
 
186
           <View className='bottomButtom' >
186
           <View className='bottomButtom' >
187
-            <ButtontWX onClick={addAddress} formType='submit' butText='+新增收货地址' butWidth={315} butHeight={49} butFontSize={16} butBorderRadius={49} />
187
+            <ButtontWX onClick={addAddress} formType='submit' butText='+新增地址' butWidth={315} butHeight={49} butFontSize={16} butBorderRadius={49} />
188
           </View>
188
           </View>
189
 
189
 
190
         </View>
190
         </View>