Browse Source

2025年7月22日10:49:02

master
wq 1 month ago
parent
commit
cc36ea99f0
2 changed files with 1 additions and 0 deletions
  1. BIN
      static/image/home-on.png
  2. 1
    0
      utils/network/request.js

BIN
static/image/home-on.png View File


+ 1
- 0
utils/network/request.js View File

@@ -332,6 +332,7 @@ export function requestNew(code, options = {}, start = false, clie = () => {}) {
//公参
const Common = {
loginSource: getItem("loginSource"),
customerId: getItem("customerObj").customerId,
accessToken: getItem(StorageKeys.Token)
}
// options.url = envs[process.env.NODE_ENV].baseUrl+'/prod' + code

Loading…
Cancel
Save