修改11111改为80
This commit is contained in:
@@ -51,7 +51,7 @@ const prePage = () => {
|
||||
}
|
||||
|
||||
// export const urls ='http://10.110.145.145/images/train/'
|
||||
export const urls ='http://222.80.110.161:11111/images/train/'
|
||||
export const urls ='http://222.80.110.161:80/images/train/'
|
||||
|
||||
/**
|
||||
* 页面跳转封装,支持 query 参数传递和返回回调
|
||||
|
||||
@@ -2,9 +2,9 @@ let baseUrl = ""
|
||||
// #ifdef MP-WEIXIN
|
||||
// 编译项目,因为使用插件lime-echart,echart文件过大,需要非压缩代码方式编译,不然会很慢,发布的时候才压缩代码方式编译
|
||||
if (wx.getAccountInfoSync().miniProgram.envVersion === 'develop') {
|
||||
baseUrl = 'http://222.80.110.161:11111/career' // 开发环境
|
||||
baseUrl = 'http://222.80.110.161:80/career' // 开发环境
|
||||
} else {
|
||||
baseUrl = 'http://222.80.110.161:11111/career' // 生产环境
|
||||
baseUrl = 'http://222.80.110.161:80/career' // 生产环境
|
||||
}
|
||||
// #endif
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ const handleLogin = async () => {
|
||||
icon: 'success'
|
||||
})
|
||||
// window.location.assign('http://222.80.110.161:11111/mechine-dual-vue/login')
|
||||
window.location.assign('http://222.80.110.161:11111/mechine-single-vue/login')
|
||||
window.location.assign('http://222.80.110.161:80/mechine-single-vue/login')
|
||||
// // 跳转到首页
|
||||
// uni.reLaunch({
|
||||
// url: '/pages/index/index'
|
||||
|
||||
Reference in New Issue
Block a user