lex-xin 5 年 前
コミット
8e502922df
2 ファイル変更2 行追加3 行削除
  1. 0 1
      src/views/dashboard/index.vue
  2. 2 2
      vue.config.js

+ 0 - 1
src/views/dashboard/index.vue

@@ -524,7 +524,6 @@ export default {
       // var curTbl = document.getElementById('tableid');
       // this.tableId = curTbl;
       // console.log(curTbl);
-      console.log(this.tableData)
       if (this.tableData.length <= 0) {
         return false
       }

+ 2 - 2
vue.config.js

@@ -44,7 +44,7 @@ module.exports = {
       // http://192.168.3.28:8005
       // 192.168.3.38:8088
       '/order': {
-        target: 'http://testpay.dayaedu.com',
+        target: 'https://pay.dayaedu.com',
         // target: `http://192.168.3.38:9000`,
         changeOrigin: true,
         pathRewrite: {
@@ -52,7 +52,7 @@ module.exports = {
         }
       },
       '/user': {
-        target: 'http://testpay.dayaedu.com',
+        target: 'https://pay.dayaedu.com',
         // target: `http://192.168.3.38:9000`,
         changeOrigin: true,
         pathRewrite: {