Browse Source

Merge branch 'v3.0' of http://120.46.155.214:3000/xiaodai2022/order-ui-pc into v3.0

xiaodai2022 1 year ago
parent
commit
2a7f260210

+ 7 - 0
.env.v3

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

+ 1 - 1
dist/index.html

@@ -24,7 +24,7 @@
   </script>
   <!--钉钉监控end-->
   <!-- <link rel="icon" href="/favicon.ico"> -->
-  <title>采销bate 3.0公测版</title>
+  <title>采销365</title>
   <style>
     [v-cloak] {
       display: none;

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-libs.js


+ 1 - 0
package.json

@@ -6,6 +6,7 @@
   "scripts": {
     "dev": "vue-cli-service serve",
     "lint": "eslint --ext .js,.vue src",
+    "build:v3": "vue-cli-service build --mode v3",
     "build:prod": "vue-cli-service build --mode production",
     "build:stage": "vue-cli-service build --mode staging",
     "build:dev": "vue-cli-service build --mode development",

+ 30 - 0
src/config/env.v3.js

@@ -0,0 +1,30 @@
+// 生产环境
+module.exports = {
+  title: '采销平台',
+  baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
+  api: {
+    baseApi: 'http://stocknew.test241.wanyuhengtong.com/'
+    // baseApi: 'http://stockwm.test241.wanyuhengtong.com/'
+  },
+  webUrl: 'http://project.web.caixiao365.com/#/test-good-share?id=',
+  fileURL: `https://api2.edu.futurelab.tv`,
+  shareWebUrl: 'http://post.web.caixiao365.com/?prod=1&outCode=',
+  // 分仓
+  // wmUrl: 'http://stockwm.test241.wanyuhengtong.com',
+  appId: 'wx5ac3a2c2d72b6f26',
+  ding: {
+    // 企业id
+    CorpId: 'dingc78fa4301e1a424a35c2f4657eb6378f',
+    // 应用凭证
+    AgentId: '1324690581'
+  },
+  // 结算平台url
+  // settlementPlatformUrl: 'http://127.0.0.1:8848',
+  // 结算平台url
+  settlementPlatformUrl: 'http://fin.caixiao365.com/',
+  // token加密key
+  secretKey: 'key123',
+  loginTitle: '',
+  loginBeian: '京ICP备2022033072号-1',
+  loginBeianUrl: 'https://beian.miit.gov.cn/'
+}

+ 1 - 1
src/views/businessReportQuery/businessSaleReport/components/table14.vue

@@ -288,7 +288,7 @@ export default {
               const link = document.createElement('a')
               link.style.display = 'none'
               link.href = url
-              const excelName = this.getCompanyWithCode(this.currentCompany) + '-议价明细报表.zip'
+              const excelName = this.getCompanyWithCode(this.currentCompany).name + '-议价明细报表.zip'
               link.setAttribute('download', excelName)
               document.body.appendChild(link)
               link.click()

+ 1 - 1
src/views/login/index.vue

@@ -180,7 +180,7 @@ export default {
       loginBeianUrl: urlConfig.loginBeianUrl,
       loginForm: {
         username: '',
-        password: 'dingding123',
+        password: '',
         code: ''
       },
       loginRules: {

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