From 2d73b9bc8c89751658827d84566436ff76e10862 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 8 Jan 2019 18:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E7=89=87=E5=A4=84?= =?UTF-8?q?=E7=90=864?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/info_amp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/info_amp.php b/application/controllers/info_amp.php index f5137738..a46dc9db 100644 --- a/application/controllers/info_amp.php +++ b/application/controllers/info_amp.php @@ -451,7 +451,7 @@ class Info_amp extends CI_Controller $yarnbin = 'C:\Users\cht77\AppData\Local\Yarn\bin\mammoth '; $test_host = '//202.103.68.62:9096'; } else { - $yarnbin = 'C:\Users\lmr\AppData\Local\Yarn\mammoth '; + $yarnbin = 'C:\Users\lmr\AppData\Local\Yarn\bin\mammoth '; $test_host = ''; } $command = $yarnbin.$docx_path.' --output-dir='.$img_dir;