Commit 96963aa7 authored by shaochangbin's avatar shaochangbin

图片路径改为d://readcard目录

parent 20c8f168
...@@ -2,9 +2,9 @@ package com.yx.utils; ...@@ -2,9 +2,9 @@ package com.yx.utils;
public class StaticVariable { public class StaticVariable {
private static String personPhotoUrl = "E://photo/person/"; private static String personPhotoUrl = "d://readcard/person/";
private static String empPhotoUrl = "E://photo/emp/"; private static String empPhotoUrl = "d://readcard/emp/";
private static String qrcodePhotoUrl = "E://photo/qrcode/"; private static String qrcodePhotoUrl = "d://readcard/qrcode/";
public static String getPersonPhotoUrl() { public static String getPersonPhotoUrl() {
return personPhotoUrl; return personPhotoUrl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment