添加文件
This commit is contained in:
parent
4fe995ccc2
commit
c161d39dab
|
|
@ -178,7 +178,7 @@
|
|||
</site>
|
||||
<site name="VRS(2)" id="4">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="E:\工作项目\2023项目\工业互联网网络互联项目_四个场景版\项目\20240919\网站项目\VRS" />
|
||||
<virtualDirectory path="/" physicalPath="E:\工作项目\2023项目\工业互联网网络互联项目_四个场景版\项目\20240919\gyhlw.git\gyhlw_dotnet\网站项目\VRS" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:53000:localhost" />
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1,20 @@
|
|||
const { defineConfig } = require("@vue/cli-service");
|
||||
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
lintOnSave: false,
|
||||
// publicPath: '/eng/', //英文打包
|
||||
devServer: {
|
||||
client: { //加上这个就好了
|
||||
overlay: false,
|
||||
},
|
||||
// proxy: {
|
||||
// "/Handler": {
|
||||
// target: "http://172.16.1.254:10014/Handler",
|
||||
// pathRewrite: { "^/Handler": "" },
|
||||
// secure: false,
|
||||
// changeOrigin: true,
|
||||
// },
|
||||
// },
|
||||
},
|
||||
});
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
<UseGlobalApplicationHostFile />
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
<NameOfLastUsedPublishProfile>E:\工作项目\2023项目\工业互联网网络互联项目_四个场景版\项目\20240919\网站项目\VRS\Properties\PublishProfiles\FolderProfile8.pubxml</NameOfLastUsedPublishProfile>
|
||||
<NameOfLastUsedPublishProfile>E:\工作项目\2023项目\工业互联网网络互联项目_四个场景版\项目\20240919\gyhlw.git\gyhlw_dotnet\网站项目\VRS\Properties\PublishProfiles\FolderProfile9.pubxml</NameOfLastUsedPublishProfile>
|
||||
<Controller_SelectedScaffolderID>MvcControllerEmptyScaffolder</Controller_SelectedScaffolderID>
|
||||
<Controller_SelectedScaffolderCategoryPath>root/Common/MVC/Controller</Controller_SelectedScaffolderCategoryPath>
|
||||
<WebStackScaffolding_ControllerDialogWidth>600</WebStackScaffolding_ControllerDialogWidth>
|
||||
|
|
|
|||
Loading…
Reference in New Issue