|
@@ -5,7 +5,7 @@
|
|
|
export class HttpData {
|
|
export class HttpData {
|
|
|
|
|
|
|
|
/** 服务器类型 0测试服 1正式服 2李扬服 3悍国服 */
|
|
/** 服务器类型 0测试服 1正式服 2李扬服 3悍国服 */
|
|
|
- public serverType: number = 0;
|
|
|
|
|
|
|
+ public serverType: number = 1;
|
|
|
|
|
|
|
|
public getServerUrl(): string {
|
|
public getServerUrl(): string {
|
|
|
switch (this.serverType) {
|
|
switch (this.serverType) {
|