diff --git a/.env.production b/.env similarity index 62% rename from .env.production rename to .env index 991ef9a..7dd4cc8 100644 --- a/.env.production +++ b/.env @@ -1,2 +1,2 @@ VITE_API_URL= http://106.53.192.140:7501 -VITE_BASE_URL= /admin/v1 +VITE_BASE_URL= /admin/v1 \ No newline at end of file diff --git a/.env.mock b/.env.mock deleted file mode 100644 index 19f855a..0000000 --- a/.env.mock +++ /dev/null @@ -1,2 +0,0 @@ -VITE_API_URL=http://106.53.192.140:7501 -VITE_BASE_URL= /admin/v1 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6e0869a --- /dev/null +++ b/CHANGELOG.md @@ -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) + + + diff --git a/README.md b/README.md index e5879d3..c0d69ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1 @@ -1. 实现一个vite 插件 -2. 插件参数 {rootDir:"mockjs"} rootDir 表示 存放mockjs 的 目录 -3. 根据rootDir 导入所有的js文件 或者ts 文件 获取export default -4. \ No newline at end of file +# 设备报修系统 diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..6cd100f --- /dev/null +++ b/azure-pipelines.yml @@ -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' diff --git a/index.html b/index.html index ef65b59..3aa9a40 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,8 @@