Sfoglia il codice sorgente

H5-新增shell文件

panyong 3 anni fa
parent
commit
b5483cf816

+ 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,