Skip to content

Commit 4fa2d11

Browse files
authored
Origin/dev/zhy (#2)
* fix: update link * fix: update ico
1 parent ac7172d commit 4fa2d11

File tree

8 files changed

+5
-86
lines changed

8 files changed

+5
-86
lines changed

packages/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name="viewport"
1212
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"
1313
/>
14-
<link rel="icon" type="image/ico" href="favicon.svg" />
14+
<link rel="icon" type="image/ico" href="favicon.ico" />
1515
</head>
1616
<body>
1717
<!-- quasar:entry-point -->

packages/web/public/favicon.ico

3.09 KB
Binary file not shown.

packages/web/public/favicon.svg

Lines changed: 0 additions & 69 deletions
This file was deleted.
-12 KB
Binary file not shown.
-859 Bytes
Binary file not shown.
-1.99 KB
Binary file not shown.
-9.42 KB
Binary file not shown.

packages/web/quasar.config.js

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,24 +101,12 @@ module.exports = configure(function (ctx) {
101101
open: true, // opens browser window automatically,
102102
proxy: {
103103
"/api": {
104-
// target: 'http://127.0.0.1:3010/', //代理地址,这里设置的地址会代替axios中设置的baseURL
105-
target: "https://devbox.zhaohuaiyuan.myterminus.com",
106-
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
107-
// pathRewrite: {
108-
// '^/api': 'api',
109-
// },
110-
//ws: true, // proxy websockets
111-
//pathRewrite方法重写url
104+
target: "http://127.0.0.1:3010/",
105+
changeOrigin: true,
112106
},
113107
"/upload": {
114-
// target: 'http://127.0.0.1:3010/', //代理地址,这里设置的地址会代替axios中设置的baseURL
115-
target: "https://dexbox-upload.myterminus.com",
116-
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
117-
// pathRewrite: {
118-
// '^/upload': 'upload',
119-
// },
120-
//ws: true, // proxy websockets
121-
//pathRewrite方法重写url
108+
target: "http://127.0.0.1:3010/",
109+
changeOrigin: true,
122110
},
123111

124112
"/socket.io": {

0 commit comments

Comments
 (0)