提交 125006bc authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 a4c88c4c
......@@ -4,7 +4,7 @@ import axios from 'axios'
const __dirname = path.resolve()
const domain = 'dev.ezijing.com'
const domain = 'ezijing.com'
const outputPath = './https'
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -16,48 +16,48 @@
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@tinymce/tinymce-vue": "^5.0.0",
"@vant/area-data": "^1.3.2",
"@vueuse/core": "^9.5.0",
"@vueuse/head": "^1.0.16",
"@vueuse/math": "^9.5.0",
"@vant/area-data": "^1.4.0",
"@vueuse/core": "^9.12.0",
"@vueuse/head": "^1.0.23",
"@vueuse/math": "^9.12.0",
"ali-oss": "^6.17.1",
"axios": "^1.1.3",
"axios": "^1.2.6",
"blueimp-md5": "^2.19.0",
"countup.js": "^2.3.2",
"dayjs": "^1.11.6",
"element-plus": "^2.2.21",
"countup.js": "^2.4.2",
"dayjs": "^1.11.7",
"element-plus": "^2.2.28",
"file-saver": "^2.0.5",
"html2pdf.js": "^0.10.1",
"lodash-es": "^4.17.21",
"pinia": "^2.0.24",
"pinia": "^2.0.29",
"qs": "^6.11.0",
"ua-parser-js": "^1.0.32",
"video.js": "^7.20.3",
"ua-parser-js": "^1.0.33",
"video.js": "^7.21.1",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/ali-oss": "^6.16.6",
"@types/ali-oss": "^6.16.7",
"@types/blueimp-md5": "^2.18.0",
"@types/file-saver": "^2.0.5",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.9",
"@types/node": "^18.11.18",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@types/video.js": "^7.3.49",
"@vitejs/plugin-vue": "^3.2.0",
"@types/video.js": "^7.3.50",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"chalk": "^5.1.2",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"sass": "^1.56.1",
"typescript": "~4.9.3",
"unplugin-auto-import": "^0.11.4",
"vite": "^3.2.4",
"vite-plugin-checker": "^0.5.1",
"vue-tsc": "^1.0.9"
"chalk": "^5.2.0",
"eslint": "^8.33.0",
"eslint-plugin-vue": "^9.9.0",
"sass": "^1.57.1",
"typescript": "~4.9.4",
"unplugin-auto-import": "^0.13.0",
"vite": "^4.0.4",
"vite-plugin-checker": "^0.5.5",
"vue-tsc": "^1.0.24"
}
}
......@@ -22,8 +22,8 @@ export default defineConfig(({ mode }) => ({
open: true,
host: 'dev.ezijing.com',
https: {
key: fs.readFileSync(path.join(__dirname, './https/dev.ezijing.com.key')),
cert: fs.readFileSync(path.join(__dirname, './https/dev.ezijing.com.pem'))
key: fs.readFileSync(path.join(__dirname, './https/ezijing.com.key')),
cert: fs.readFileSync(path.join(__dirname, './https/ezijing.com.pem'))
},
proxy: {
// '/api/lab': {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论