You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
298 B
Java
13 lines
298 B
Java
package com.example.tyre.util;
|
|
|
|
/**
|
|
* @author: wangh
|
|
* @description:
|
|
* @date: 2019-10-24 13:59
|
|
*/
|
|
public class MyUrl {
|
|
// public static String url="http://192.168.0.18:8020";
|
|
// public static String url="http://www.qdhys.xyz:8020";
|
|
public static String url="http://10.11.187.77:8020";
|
|
}
|