xiaodai2022 2 年之前
父节点
当前提交
72f691c93b
共有 2 个文件被更改,包括 11 次插入11 次删除
  1. 1 1
      dist/static/js/app.js
  2. 10 10
      src/config/env.development.js

+ 1 - 1
dist/static/js/app.js

@@ -6522,7 +6522,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
 /*! no static exports found */
 /***/ (function(module, exports) {
 
-eval("// 本地\nmodule.exports = {\n  title: '采销平台',\n  baseUrl: 'http://localhost:8080',\n  api: {\n    //web域名 http://stockweb.test241.wanyuhengtong.com/\n    // userApi: 'http://www.invoice.com/',\n    // baseApi: 'http://www.stock.com/',\n    userApi: 'http://inv.test241.wanyuhengtong.com/',\n    baseApi: 'http://stock.test241.wanyuhengtong.com/'\n  },\n  webUrl: 'http://share.sitw.wanyuhengtong.com/#/test-good-share?id=',\n  fileURL: \"https://api2.edusit.zretchome.com\",\n  shareWebUrl: 'http://ss.test241.wanyuhengtong.com/?prod=0&outCode=',\n  appId: 'wx5ac3a2c2d72b6f26',\n  ding: {\n    //企业id\n    CorpId: \"dingc78fa4301e1a424a35c2f4657eb6378f\",\n    //应用凭证\n    AgentId: \"1324690581\"\n  }\n};\n\n//# sourceURL=webpack:///./src/config/env.development.js?");
+eval("// 本地\nmodule.exports = {\n  title: \"采销平台\",\n  baseUrl: \"http://localhost:8080\",\n  api: {\n    //web域名 http://stockweb.test241.wanyuhengtong.com/\n    // userApi: 'http://www.invoice.com/',\n    // baseApi: 'http://www.stock.com/',\n    userApi: \"http://inv.test241.wanyuhengtong.com/\",\n    baseApi: \"http://stock.test241.wanyuhengtong.com/\"\n  },\n  webUrl: \"http://share.sitw.wanyuhengtong.com/#/test-good-share?id=\",\n  fileURL: \"https://api2.edusit.zretchome.com\",\n  shareWebUrl: \"http://ss.test241.wanyuhengtong.com/?prod=0&outCode=\",\n  appId: \"wx5ac3a2c2d72b6f26\",\n  ding: {\n    //企业id\n    CorpId: \"dingc78fa4301e1a424a35c2f4657eb6378f\",\n    //应用凭证\n    AgentId: \"1324690581\"\n  }\n};\n\n//# sourceURL=webpack:///./src/config/env.development.js?");
 
 /***/ }),
 

+ 10 - 10
src/config/env.development.js

@@ -1,23 +1,23 @@
 // 本地
 module.exports = {
-  title: '采销平台',
-  baseUrl: 'http://localhost:8080',
+  title: "采销平台",
+  baseUrl: "http://localhost:8080",
   api: {
     //web域名 http://stockweb.test241.wanyuhengtong.com/
     // userApi: 'http://www.invoice.com/',
     // baseApi: 'http://www.stock.com/',
 
-    userApi: 'http://inv.test241.wanyuhengtong.com/',
-    baseApi: 'http://stock.test241.wanyuhengtong.com/',
+    userApi: "http://inv.test241.wanyuhengtong.com/",
+    baseApi: "http://stock.test241.wanyuhengtong.com/",
   },
-  webUrl:'http://share.sitw.wanyuhengtong.com/#/test-good-share?id=',
+  webUrl: "http://share.sitw.wanyuhengtong.com/#/test-good-share?id=",
   fileURL: `https://api2.edusit.zretchome.com`,
-  shareWebUrl:'http://ss.test241.wanyuhengtong.com/?prod=0&outCode=',
-  appId: 'wx5ac3a2c2d72b6f26',
+  shareWebUrl: "http://ss.test241.wanyuhengtong.com/?prod=0&outCode=",
+  appId: "wx5ac3a2c2d72b6f26",
   ding: {
     //企业id
     CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
     //应用凭证
-    AgentId: "1324690581"
-  }
-}
+    AgentId: "1324690581",
+  },
+};