From 71cdfd84b7b11b751dbe6c48af79e4de86031419 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期二, 10 九月 2024 16:10:13 +0800 Subject: [PATCH] 扫码模块所调用仓位基础资料,选择界面后显示内容增加显示仓库信息 --- WebTM/WebTM.csproj.user | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/WebTM/WebTM.csproj.user b/WebTM/WebTM.csproj.user index 9f5f7b5..f914715 100644 --- a/WebTM/WebTM.csproj.user +++ b/WebTM/WebTM.csproj.user @@ -16,9 +16,8 @@ <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> - <StartPageUrl> - </StartPageUrl> - <StartAction>CurrentPage</StartAction> + <StartPageUrl>views/user/login.html</StartPageUrl> + <StartAction>SpecificPage</StartAction> <AspNetDebugging>True</AspNetDebugging> <SilverlightDebugging>False</SilverlightDebugging> <NativeDebugging>False</NativeDebugging> -- Gitblit v1.9.1