svg图片不显示问题

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-03-11 15:40:40 +08:00
parent 5ad7e8454a
commit cb16559569
49 changed files with 359 additions and 426 deletions

View File

@@ -9,7 +9,7 @@ axios.defaults.withCredentials = true
axios.interceptors.request.use( //响应拦截
async config => {
// 开发时登录用的,可以直接替换小程序的 authorization
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "63ffbd4e4790accd31a0dafd21cd5f12656"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "0f158444e978f6f46ee2b1eea4bfa1d7"
// config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},