﻿var ServerPath = new function() {
    // www的路径
    this.PkjgPath = "http://www.pkjg.com/";

    // 图片服务器 路径
    this.ImageServerPath = "http://image.pkjg.com/";

    // 会员中心服务器 路径
    this.UserServer = "http://user.pkjg.com/";

    // 经销商服务器 路径
    this.DealerServer = "http://dealer.pkjg.com/";

    //搜索服务器 路径
    this.SearchServer = "http://search.pkjg.com/";

    // 新闻服务器的路径
    this.NewsPath = "http://news.pkjg.com/";

    // 权限管理路径
    this.PopedomManagePath = "http://manage.pkjg.com/";

    // 产品管理路径
    this.ProductManagePath = "http://product.manage.pkjg.com/";

    // 网站管理路径
    this.WebsiteManagePath = "http://website.manage.pkjg.com/";
}
