错别字修改

This commit is contained in:
2024-10-09 10:58:09 +08:00
parent 0877ae5df0
commit 36a4327c34
2 changed files with 1 additions and 4435 deletions

4433
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,8 +25,7 @@ export default defineConfig({
'/api': {
// target: 'http://10.95.53.49:10215', //海南服务器ip
// target: 'http://10.118.135.128:10215', ///hsw
target: 'http://192.168.1.122:10215', ///hsw
// target: 'http://108c3dfb.r18.cpolar.top', ///hsw
target: 'http://192.168.1.125:10215', ///hsw
// target: 'http://10.119.65.152:10215', //数据中心
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //路径重写,把'/api'替换为''