full-version
Phoenix 3 months ago
parent d9f0e1ddb6
commit 39c97c43c0

@ -2,7 +2,7 @@ const env = 'dev';
const configs = {
dev: {
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
h5Url:'http://192.168.88.35:8080/'
h5Url:'http://192.168.88.37:8080/#/'
},
test: {
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',

@ -10,7 +10,7 @@ const env = "dev";
const configs = {
dev: {
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
h5Url: "http://192.168.88.35:8080/"
h5Url: "http://192.168.88.37:8080/#/"
},
test: {
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",

File diff suppressed because one or more lines are too long

@ -38,7 +38,10 @@
"launchwebview": {
"render": "always",
"id": "1",
"kernel": "WKWebview"
"kernel": "WKWebview",
"uniNView": {
"path": "pages/index/index.js"
}
},
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
@ -169,6 +172,5 @@
"minUserAgentVersion": "49.0"
}
}
},
"launch_path": "__uniappview.html"
}
}

@ -113,7 +113,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
var configs = {
dev: {
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
h5Url: "http://192.168.88.35:8080/"
h5Url: "http://192.168.88.37:8080/#/"
},
test: {
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save