添加lodash-es
This commit is contained in:
parent
b9a6de7f92
commit
de44ad012a
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -11,6 +11,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@climblee/uv-ui": "^1.1.20",
|
"@climblee/uv-ui": "^1.1.20",
|
||||||
"@dcloudio/uni-app": "3.0.0-4070520250711001",
|
"@dcloudio/uni-app": "3.0.0-4070520250711001",
|
||||||
|
"lodash-es": "^4.17.21",
|
||||||
"qrcode": "^1.5.4",
|
"qrcode": "^1.5.4",
|
||||||
"uview-ui": "^1.8.8",
|
"uview-ui": "^1.8.8",
|
||||||
"vue": "^3.3.0",
|
"vue": "^3.3.0",
|
||||||
|
|
@ -2799,6 +2800,12 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/lodash-es": {
|
||||||
|
"version": "4.17.21",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
|
||||||
|
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/lodash.camelcase": {
|
"node_modules/lodash.camelcase": {
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@climblee/uv-ui": "^1.1.20",
|
"@climblee/uv-ui": "^1.1.20",
|
||||||
"@dcloudio/uni-app": "3.0.0-4070520250711001",
|
"@dcloudio/uni-app": "3.0.0-4070520250711001",
|
||||||
|
"lodash-es": "^4.17.21",
|
||||||
"qrcode": "^1.5.4",
|
"qrcode": "^1.5.4",
|
||||||
"uview-ui": "^1.8.8",
|
"uview-ui": "^1.8.8",
|
||||||
"vue": "^3.3.0",
|
"vue": "^3.3.0",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// 统一请求工具
|
// 统一请求工具
|
||||||
import { getTempToken, shouldUseTempToken, getAppId } from '@/config/dev.js'
|
import { getTempToken, shouldUseTempToken, getAppId } from '@/config/dev.js'
|
||||||
|
import { debounce } from 'lodash-es'
|
||||||
import {
|
import {
|
||||||
showLoading,
|
showLoading,
|
||||||
hideLoading,
|
hideLoading,
|
||||||
|
|
@ -19,8 +20,8 @@ const ENV_CONFIG = {
|
||||||
release: {
|
release: {
|
||||||
// 正式版
|
// 正式版
|
||||||
// baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
// baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||||
// baseUrl: 'http://192.168.2.100:4601',
|
baseUrl: 'http://192.168.1.6:4601',
|
||||||
baseUrl: 'http://192.168.2.100:4601',
|
// baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||||
appId: 1,
|
appId: 1,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user