用的sp3 ,图片新闻用标签调用 ,图片显示不出来
其他的还很正常
我看了一下图片的连接总是多个虚拟目录
风讯在 junshi/news 目录下
这是我的系统设置
Const ClassDir = "junshi/news/class" '生成文件保存路径,后面不能带/
Const SysRootDir = "junshi/news" '系统的虚拟目录,后面不能带/
Const UpFiles = "junshi/news/Files" '文件目录,带虚拟目录,后面不能带/
Const TempletDir = "junshi/news/Templets" '模板文件目录,后面不能带/
Const BeyondPicDir = "BeyondPic" '远程图片保存目录,后面不能带/,不能带虚拟目录
Const SaveImagePath = "/Files/BeyondPic" '新闻采集远程图片保存地址,带虚拟目录,后面不能带/
调用图片连接是总是多个系统的虚拟目录 junshi/news
如 http://127.0.0.1/junshi/news/junshi/news/Files/BeyondPic/pic/0001.jpg
我的配置没错吧 怎么会出现这种问题