Browse Source

cps:获取微信配置接口对接

panyong 3 years ago
parent
commit
1fddfd7343
3 changed files with 4 additions and 4 deletions
  1. 2 2
      htmldev/cps/src/api/request.js
  2. 1 1
      htmldev/cps/src/utils/wxConfig.js
  3. 1 1
      htmldev/cps/vue.config.js

+ 2 - 2
htmldev/cps/src/api/request.js

@@ -3,8 +3,8 @@ import axios from 'axios'
 import router from '../router'
 import _ from 'lodash'
 import { Toast, Notify } from 'vant'
-import { getCookieValue } from '../utils'
-import { platform } from '../utils/platform'
+import { getCookieValue } from '@/utils'
+import { platform } from '@/utils/platform'
 
 const host = window.location.host
 const domain = host.substring(0, host.indexOf('.')) || host.substring(0, host.indexOf(':'))

+ 1 - 1
htmldev/cps/src/utils/wxConfig.js

@@ -6,7 +6,7 @@ const wxJs = () => request({
   url: '/api/wechat/account/config',
   params: {
     url: location.href,
-    official_account_code: 'tingbang' //  写死
+    wechat_app_code: '' //  写死
   }
 })
 

+ 1 - 1
htmldev/cps/vue.config.js

@@ -44,7 +44,7 @@ module.exports = {
     clientLogLevel: 'warning',
     proxy: {
       '/api': {
-        target: 'http://tingbang-api.codedreamit.com',
+        target: 'http://test-daogou.codedreamit.com',
         ws: true,
         changeOrigin: true,
         pathRewrite: {