浏览代码

地址修改

gcz 1 月之前
父节点
当前提交
14df7fa383
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      config/config.js
  2. 2 2
      package.json

+ 2 - 2
config/config.js

@@ -1,7 +1,7 @@
 const node_dev = process.env.H_NODE_ENV;
 //运行到浏览器用的
-let apiBaseurl='http://wx.hw.hongweisoft.com/forestapi/forest-portal';
-let loginUrl='http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/';
+let apiBaseurl='http://dzforestmall.dev.dazesoft.cn/forest-portal';
+let loginUrl='http://dzforestmall.dev.dazesoft.cn/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/';
 //打包用的
 if (node_dev) {
  apiBaseurl = process.env.H_BASE_URL;

+ 2 - 2
package.json

@@ -13,8 +13,8 @@
         "env": {
           "UNI_PLATFORM": "h5",
           "H_NODE_ENV": "development",
-          "H_BASE_URL": "http://wx.hw.hongweisoft.com/forestapi/forest-portal",
-          "H_LOGIN_URL": "http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/"
+          "H_BASE_URL": "http://dzforestmall.dev.dazesoft.cn/forest-portal",
+          "H_LOGIN_URL": "http://dzforestmall.dev.dazesoft.cn/forest-portal/wechat/h5/authorize?returnUrl=https://dzfarmingh5.dev.dazesoft.cn/#/"
         }
       },
       "build:buildOnline": {