瀏覽代碼

人员同步

wangtao 3 年之前
父節點
當前提交
3872ee7640
共有 3 個文件被更改,包括 4 次插入2 次删除
  1. 1 0
      src/views/index.vue
  2. 1 0
      src/views/system/product/index.vue
  3. 2 2
      vue.config.js

+ 1 - 0
src/views/index.vue

@@ -272,6 +272,7 @@ export default {
     },
     channelOrderMoney() {//渠道订单金额
       channelOrderMoneyApi().then(response => {
+        console.log(response)
         this.channelOrderMoneyList = response.data
         this.channelOrderMoneyList = response.data.map(item => {
             return {

+ 1 - 0
src/views/system/product/index.vue

@@ -353,6 +353,7 @@ export default {
       });
     },
     uploadFile(param){
+      console.log(param.file)
       this.limit = 1
       document.getElementsByClassName("el-upload--picture-card")[0].style.display="none"
       fileId().then(res=>{

+ 2 - 2
vue.config.js

@@ -33,8 +33,8 @@ module.exports = {
         proxy: {
             // detail: https://cli.vuejs.org/config/#devserver-proxy
             [process.env.VUE_APP_BASE_API]: {
-                //target: `http://172.16.120.104:8085`, //本地
-                target: 'https://smartpark.caih.com/dxapi/', //东信
+                target: `http://172.16.120.104:8085`, //本地
+                //target: 'https://smartpark.caih.com/dxapi/', //东信
                 changeOrigin: true,
                 pathRewrite: {
                     ['^' + process.env.VUE_APP_BASE_API]: ''