diff --git a/网站项目/.vs/VRS/config/applicationhost.config b/网站项目/.vs/VRS/config/applicationhost.config index d791d52..882f659 100644 --- a/网站项目/.vs/VRS/config/applicationhost.config +++ b/网站项目/.vs/VRS/config/applicationhost.config @@ -178,7 +178,7 @@ - + diff --git a/网站项目/.vs/VRS/v16/.suo b/网站项目/.vs/VRS/v16/.suo index d2f3aa6..7434e14 100644 Binary files a/网站项目/.vs/VRS/v16/.suo and b/网站项目/.vs/VRS/v16/.suo differ diff --git a/网站项目/VRS/Scripts/vue.config.js b/网站项目/VRS/Scripts/vue.config.js new file mode 100644 index 0000000..6c88248 --- /dev/null +++ b/网站项目/VRS/Scripts/vue.config.js @@ -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, + // }, + // }, + }, +}); diff --git a/网站项目/VRS/VRS.csproj.user b/网站项目/VRS/VRS.csproj.user index e4e1107..2c9e09f 100644 --- a/网站项目/VRS/VRS.csproj.user +++ b/网站项目/VRS/VRS.csproj.user @@ -10,7 +10,7 @@ Debug|Any CPU ShowAllFiles - E:\工作项目\2023项目\工业互联网网络互联项目_四个场景版\项目\20240919\网站项目\VRS\Properties\PublishProfiles\FolderProfile8.pubxml + E:\工作项目\2023项目\工业互联网网络互联项目_四个场景版\项目\20240919\gyhlw.git\gyhlw_dotnet\网站项目\VRS\Properties\PublishProfiles\FolderProfile9.pubxml MvcControllerEmptyScaffolder root/Common/MVC/Controller 600