1
This commit is contained in:
parent
d9f0e1ddb6
commit
39c97c43c0
@ -2,7 +2,7 @@ const env = 'dev';
|
|||||||
const configs = {
|
const configs = {
|
||||||
dev: {
|
dev: {
|
||||||
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
||||||
h5Url:'http://192.168.88.35:8080/'
|
h5Url:'http://192.168.88.37:8080/#/'
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
||||||
|
@ -10,7 +10,7 @@ const env = "dev";
|
|||||||
const configs = {
|
const configs = {
|
||||||
dev: {
|
dev: {
|
||||||
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
||||||
h5Url: "http://192.168.88.35:8080/"
|
h5Url: "http://192.168.88.37:8080/#/"
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
||||||
|
File diff suppressed because one or more lines are too long
8
unpackage/dist/dev/app-plus/manifest.json
vendored
8
unpackage/dist/dev/app-plus/manifest.json
vendored
@ -38,7 +38,10 @@
|
|||||||
"launchwebview": {
|
"launchwebview": {
|
||||||
"render": "always",
|
"render": "always",
|
||||||
"id": "1",
|
"id": "1",
|
||||||
"kernel": "WKWebview"
|
"kernel": "WKWebview",
|
||||||
|
"uniNView": {
|
||||||
|
"path": "pages/index/index.js"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"usingComponents": true,
|
"usingComponents": true,
|
||||||
"nvueStyleCompiler": "uni-app",
|
"nvueStyleCompiler": "uni-app",
|
||||||
@ -169,6 +172,5 @@
|
|||||||
"minUserAgentVersion": "49.0"
|
"minUserAgentVersion": "49.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"launch_path": "__uniappview.html"
|
|
||||||
}
|
}
|
@ -113,7 +113,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
|
|||||||
var configs = {
|
var configs = {
|
||||||
dev: {
|
dev: {
|
||||||
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
||||||
h5Url: "http://192.168.88.35:8080/"
|
h5Url: "http://192.168.88.37:8080/#/"
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user