📄 constants.as
字号:
package cn.iservice.util
{
public class Constants
{
//public static const BASE_SERVER_URL:String = "http://10.16.77.169:8081/iService/";
public static const BASE_SERVER_URL:String = "http://10.16.202.91:6080/iService/";
public static const BASE_EXTERNAL_URL:String = BASE_SERVER_URL+"external/";
public static const BASE_INTERNAL_URL:String = BASE_SERVER_URL+"internal/";
public static const getCategorysUrl:String = BASE_EXTERNAL_URL+"getCategorys.action";
public static const getWidgetsUrl:String = BASE_EXTERNAL_URL+"getWidgets.action";
public static const rssProxyUrl:String = BASE_SERVER_URL+"getJsonRss.action";
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -