[baozhangchao] 2 år sedan
förälder
incheckning
ac1393d7c9
3 ändrade filer med 4 tillägg och 4 borttagningar
  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 Visa fil

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

+ 2
- 2
config/prod.js Visa fil

@@ -3,8 +3,8 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 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 9
     OSS: '""',
10 10
     // VERSION: '"2.0.33"',

+ 1
- 1
src/pages/MyAddressList/index.jsx Visa fil

@@ -184,7 +184,7 @@ export default withLayout((props) => {
184 184
           }
185 185
 
186 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 188
           </View>
189 189
 
190 190
         </View>