Commit 7b4092a1 authored by 吴春's avatar 吴春

提交代码

parent cff91503
......@@ -35,8 +35,8 @@ namespace Mall.WebApi.Controllers.AppletWeChat
MallBaseId = parms.MallBaseId
};
//读取小程序的配置文件
string path = projectUrl + "/common/vendor.js";
string basePath = projectUrl + "/common/vendorbase.js";
string path = projectUrl + "/miniProject/common/vendor.js";
string basePath = projectUrl + "/vendorbase.js";
if (System.IO.File.Exists(path))
{
string txtStr = System.IO.File.ReadAllText(basePath);
......
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