Browse Source

H5-新增shell文件

panyong 3 years ago
parent
commit
b5483cf816
2 changed files with 2 additions and 1 deletions
  1. 2 0
      htmldev/dashboard/devshell.sh
  2. 0 1
      htmldev/dashboard/src/utils/wxConfig.js

+ 2 - 0
htmldev/dashboard/devshell.sh

@@ -0,0 +1,2 @@
+#!/bin/bash
+ssh root@81.68.157.237

+ 0 - 1
htmldev/dashboard/src/utils/wxConfig.js

@@ -12,7 +12,6 @@ const wxJs = () => request({
 
 export const WxConfig = async () => {
   const { data } = await wxJs()
-  console.log(data)
   let wxParam = {
     debug: false,
     appId: data.app_id,