Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

测试 #3

Merged
merged 29 commits into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.production → .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VITE_API_URL= http://106.53.192.140:7501
VITE_BASE_URL= /admin/v1
VITE_BASE_URL= /admin/v1
2 changes: 0 additions & 2 deletions .env.mock

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [0.0.3](https://github.com/AlaricWeb/EMS/compare/v0.0.2...v0.0.3) (2024-03-19)
## [0.0.2](https://github.com/AlaricWeb/EMS/compare/v0.0.1...v0.0.2) (2024-03-18)
## 0.0.1 (2024-03-18)



5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
1. 实现一个vite 插件
2. 插件参数 {rootDir:"mockjs"} rootDir 表示 存放mockjs 的 目录
3. 根据rootDir 导入所有的js文件 或者ts 文件 获取export default
4.
# 设备报修系统
21 changes: 21 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Node.js with Vue
# Build a Node.js project that uses Vue.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

trigger:
- master

pool:
vmImage: ubuntu-latest

steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'

- script: |
npm install -g pnpm
pnpm run build
displayName: 'npm install and build'
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<title>Vite App</title>
</head>
<body>
<!-- TODO 需要修改 -->
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

</html>
122 changes: 0 additions & 122 deletions mock/auth/menu.mock.ts

This file was deleted.

72 changes: 0 additions & 72 deletions mock/auth/role.mock.ts

This file was deleted.

68 changes: 0 additions & 68 deletions mock/auth/user.mock.ts

This file was deleted.

7 changes: 0 additions & 7 deletions mock/config.ts

This file was deleted.

Loading