Browse Source

换域名 build

xiaodai2022 2 years ago
parent
commit
bb64fe91ee

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://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?");
+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?");
 
 /***/ }),
 

+ 1 - 3
src/config/env.development.js

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

+ 1 - 1
src/views/sellOut/project/components/backGoodShow.vue

@@ -50,7 +50,7 @@
         <el-tooltip
           effect="dark"
           class="fr"
-          v-if="ppowers.some((i) => i == '0') && (status === '1' || status === '2')"
+          v-if="ppowers.some((i) => i == '1') && (status === '1' || status === '2')"
           content="添加线上商品"
           style="margin: 16px 10px 0 0"
           placement="top"

+ 2 - 2
src/views/sellOut/sellOutOrder/components/want-deliver.vue

@@ -132,12 +132,12 @@ export default {
         if (value === "") {
           callback(new Error("物流单号不能为空!"));
         } else if (l < 9 || l > 20) {
-          callback(new Error("仅支持0;纯数字或字母数字组合(9~20位)!"));
+          callback(new Error("仅支持纯数字或字母数字组合(9~20位)!"));
         } else if (isnumber(value)) {
           callback();
         } else if (!isAlphanumeric(value)) {
           console.log(!isAlphanumeric(value));
-          callback(new Error("仅支持0;纯数字或字母数字组合(9~20位)!"));
+          callback(new Error("仅支持纯数字或字母数字组合(9~20位)!"));
         } else {
           callback();
         }

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