初始化

This commit is contained in:
2025-12-11 14:24:29 +08:00
commit 2cf750d3b3
48 changed files with 12785 additions and 0 deletions

13
iotweb_vue.esproj.user Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>LaunchJsonDebugger</DebuggerFlavor>
<LaunchJsonTarget>{
"name": "localhost (Chrome)",
"type": "chrome",
"request": "launch",
"url": "http://localhost:4137",
"webRoot": "E:\\Project\\IoTWeb_Vue"
}</LaunchJsonTarget>
</PropertyGroup>
</Project>