xiaodai2022 2 years ago
parent
commit
9823aefdd0
5 changed files with 9 additions and 2 deletions
  1. 7 0
      .env.process
  2. 0 0
      dist/static/js/0.js
  3. 1 1
      dist/static/js/app.js
  4. 1 0
      package.json
  5. 0 1
      src/config/env.process.js

+ 7 - 0
.env.process

@@ -0,0 +1,7 @@
+NODE_ENV = development
+
+# just a flag
+ENV = 'process'
+
+# base api
+VUE_APP_BASE_API = '/dev-api'

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.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/' // userApi: 'http://inv.sitw.wanyuhengtong.com/',\n    // baseApi: 'http://stock.api.wanyuhengtong.com/',\n\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://process.test241.wanyuhengtong.com/' // userApi: 'http://inv.sitw.wanyuhengtong.com/',\n    // baseApi: 'http://stock.api.wanyuhengtong.com/',\n\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?");
 
 /***/ }),
 

+ 1 - 0
package.json

@@ -9,6 +9,7 @@
     "build:prod": "vue-cli-service build --mode production",
     "build:stage": "vue-cli-service build --mode staging",
     "build:dev": "vue-cli-service build --mode development",
+    "build:process": "vue-cli-service build --mode process",
     "preview": "node build/index.js --preview",
     "new": "plop",
     "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",

+ 0 - 1
src/config/env.process.js

@@ -5,7 +5,6 @@ module.exports = {
   api: {
     userApi: 'http://inv.test241.wanyuhengtong.com/',
     baseApi: 'http://process.test241.wanyuhengtong.com/',
-    tableApi: 'http://inv.sit.wanyuhengtong.com/',
   },
   fileURL: `https://api2.edusit.zretchome.com`,
   webUrl: 'http://share.sitw.wanyuhengtong.com/#/test-good-share?id=',

Some files were not shown because too many files changed in this diff