lilei 8 달 전
부모
커밋
47ab02ee23
3개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 0 1
      src/views/salesManagement/salesQueryNew/chooseProductModal.vue
  3. 2 2
      vue.config.js

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1728466103884
+  "version": 1728550675697
 }

+ 0 - 1
src/views/salesManagement/salesQueryNew/chooseProductModal.vue

@@ -516,7 +516,6 @@ export default {
     // 选择配件
     handleAdd (row) {
       const _this = this
-      console.log(row.price, row.lastSalePrice, row.salePrice, row.lastSalePrice < row.salePrice)
       if (row.lastSalePrice && (row.price < row.salePrice)) {
         _this.$confirm({
           title: '提示',

+ 2 - 2
vue.config.js

@@ -209,8 +209,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://192.168.2.113:8550/qpls-md',
-        target: 'https://p.iscm.360arrow.com/qpls-md',
+        target: 'http://192.168.2.100:88/qpls-md',
+        // target: 'https://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,