fix: BUG修改
This commit is contained in:
parent
061435c18b
commit
f313f7efba
@ -1,11 +1,11 @@
|
||||
//基础请求地址,需要根据自己的需求切换
|
||||
// export const BASE_URL = "http://42.180.188.17:9809" // 鞍钢正式环境
|
||||
export const BASE_URL = "http://42.180.188.17:19098" // 鞍钢线上测试环境
|
||||
// export const BASE_URL = "http://42.180.188.17:19098" // 鞍钢线上测试环境
|
||||
// export const BASE_URL = "http://47.93.215.234:9809" // 鞍钢正式环境
|
||||
// export const BASE_URL = "http://47.93.215.234:19098" // 鞍钢线上测试环境
|
||||
// export const BASE_URL = "http://47.93.215.234:19097"
|
||||
// export const BASE_URL = "http://182.90.224.237:35557"
|
||||
// export const BASE_URL = "http://192.168.34.155:19111"
|
||||
export const BASE_URL = "http://192.168.34.155:19111"
|
||||
// export const BASE_URL = "http://192.168.34.221:9111"
|
||||
// axios.defaults.baseURL ='http://192.168.34.221:9111/' //郭圣雄本地
|
||||
//export const BASE_URL = "http://192.168.8.100:10000"
|
||||
|
||||
@ -118,6 +118,7 @@
|
||||
moduleType: 7,
|
||||
userId: loginUser.userId
|
||||
}).then(res => {
|
||||
console.log(JSON.stringify(res),777888)
|
||||
let list = res.data.result.menuList;
|
||||
console.log('我的数据啊啊啊',JSON.stringify(list))
|
||||
autoList.value = list.map(item => item.name);
|
||||
|
||||
105636
unpackage/dist/cache/.vite/deps/@icon-park_vue-next.js
vendored
Normal file
105636
unpackage/dist/cache/.vite/deps/@icon-park_vue-next.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
unpackage/dist/cache/.vite/deps/@icon-park_vue-next.js.map
vendored
Normal file
7
unpackage/dist/cache/.vite/deps/@icon-park_vue-next.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
11
unpackage/dist/cache/.vite/deps/_metadata.json
vendored
11
unpackage/dist/cache/.vite/deps/_metadata.json
vendored
@ -2,7 +2,14 @@
|
||||
"hash": "6ab18a53",
|
||||
"configHash": "87e744e2",
|
||||
"lockfileHash": "2ddd0eeb",
|
||||
"browserHash": "9b038b87",
|
||||
"optimized": {},
|
||||
"browserHash": "ad6c46fe",
|
||||
"optimized": {
|
||||
"@icon-park/vue-next": {
|
||||
"src": "../../../../../node_modules/@icon-park/vue-next/es/index.js",
|
||||
"file": "@icon-park_vue-next.js",
|
||||
"fileHash": "dd84aea1",
|
||||
"needsInterop": false
|
||||
}
|
||||
},
|
||||
"chunks": {}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user