修改历史数据路径

This commit is contained in:
yangzhq68909 2025-06-05 17:48:08 +08:00
parent 8a90f9e3ef
commit 87188cb3f9
6 changed files with 5 additions and 11 deletions

View File

@ -4,6 +4,6 @@ NODE_ENV = 'development'
VITE_DELETE_CONSOLE = false
# 是否开启sourcemap
VITE_SHOW_SOURCEMAP = true
VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
#VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'

View File

@ -112,7 +112,7 @@
function detail(record) {
uni.navigateTo({
url: '/pages/views/renliziyuan/renyuanxinxi/detail?data=' + encodeURIComponent(JSON.stringify(record))
url: '/pages-humanResource/personnel/detail?data=' + encodeURIComponent(JSON.stringify(record))
});
}
//

View File

@ -18,9 +18,6 @@
onLoad
} from '@dcloudio/uni-app';
import base64 from '@/utils/code';
import {
getEnvBaseUrl
} from '@/utils/index'
const baseUrl = 'https://10.75.166.6/jeecg-boot/sys/common/static/';
var fileUrl = "";

View File

@ -16,9 +16,6 @@
import {
onLoad
} from '@dcloudio/uni-app';
import {
getEnvBaseUrl
} from '@/utils/index'
import {
Base64
} from 'js-base64'

View File

@ -314,7 +314,7 @@
function goHistory(val) {
uni.navigateTo({
url: '/pages/views/shengchan/ribaoshuju/rbsjLsxq?data=' + JSON.stringify(val) + '&type=trq'
url: '/pages/production/ribaoshuju/rbsjLsxq?data=' + JSON.stringify(val) + '&type=trq'
});
}

View File

@ -123,7 +123,7 @@
function goHistory(val) {
uni.navigateTo({
url: '/pages/views/shengchan/ribaoshuju/rbsjLsxq?data=' + JSON.stringify(val) + '&type=yy'
url: '/pages/production/ribaoshuju/rbsjLsxq?data=' + JSON.stringify(val) + '&type=yy'
});
}
const getJinriYuanyouShengchansj = () => {