Browse Source

添加商城后台接口配置

hy 7 years ago
parent
commit
988a920211
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frontend/saas-web/app.json

+ 3 - 0
frontend/saas-web/app.json

@@ -280,6 +280,7 @@
     "builds": {
         "dev": {
             "server": {
+                "mail":"https://test-mall.uuzcc.cn",
                 "accountCenter":"https://saas-dev.usoftchina.com:5443",
                 "accountEnterprise":"https://saas-dev.usoftchina.com:5443/#/enterprise",
                 "basePath": {
@@ -292,6 +293,7 @@
         },
         "test": {
             "server": {
+                "mail":"https://test-mall.uuzcc.cn",
                 "accountCenter": "https://saas-test.usoftchina.com:5443",
                 "accountEnterprise": "https://saas-test.usoftchina.com:5443/#/enterprise",
                 "basePath": {
@@ -304,6 +306,7 @@
         },
         "prod": {
             "server": {
+                "mail":"https://mall.usoftchina.com",
                 "accountCenter":"https://saas.usoftchina.com",
                 "accountEnterprise":"https://saas.usoftchina.com/#/enterprise",
                 "basePath": "https://saas-api.usoftchina.com",