vue3-material-library
v0.0.3
Published
素材库
Downloads
3
Readme
安装
确保安装vue3+vite
npm install ali-oss Sortable axios ant-design-vue --save
配置代理(项目已有对应配置请忽略) vite.config.js
proxy: {
"/api": {
target: "https://haixueh5-test.lanbenzi.cn:8443/cloud/dsrc",
// target: 'https://xue.hilook.com.cn/cloud/dsrc/',
rewrite: (path) => path.replace(/^\/api/, ""),
changeOrigin: true,
},
"/h5": {
target: "http://39.105.29.12:8585",
// target: 'http://api.hilook.com.cn',
changeOrigin: true,
},
}