Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
游洁
thinkApp
Commits
e7862b09
Commit
e7862b09
authored
Jun 27, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
e72af2a6
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
examList.vue
src/components/index/workSituation/examList.vue
+2
-2
main.js
src/main.js
+1
-1
contractDetail.vue
src/pages/contract/contractDetail.vue
+2
-2
index.js
src/utils/index.js
+1
-1
request.js
src/utils/request.js
+2
-2
requestErp.js
src/utils/requestErp.js
+2
-2
requestMall.js
src/utils/requestMall.js
+2
-2
No files found.
src/components/index/workSituation/examList.vue
View file @
e7862b09
...
...
@@ -339,9 +339,9 @@
}
let
host
=
''
if
(
process
.
env
.
NODE_ENV
===
"development"
)
{
host
=
'https://jjswapi.
oytour.com
/api'
//'http://192.168.10.11:8082/api'
host
=
'https://jjswapi.
jjsw.vip
/api'
//'http://192.168.10.11:8082/api'
}
else
{
host
=
'https://jjswapi.
oytour.com
/api'
host
=
'https://jjswapi.
jjsw.vip
/api'
}
data
.
userData
=
uni
.
getStorageSync
(
'userInfo'
)
data
.
uploadParm
=
{
...
...
src/main.js
View file @
e7862b09
...
...
@@ -11,7 +11,7 @@ let app = createApp(App)
app
.
provide
(
"$toast"
,
Toast
)
app
.
provide
(
"$dialog"
,
Dialog
)
app
.
use
(
plugin
)
app
.
config
.
globalProperties
.
$erpImgUrl
=
process
.
env
.
NODE_ENV
==
"development"
?
'http://192.168.10.128:8900'
:
'https://
jjeduapi.oytour.com
'
app
.
config
.
globalProperties
.
$erpImgUrl
=
process
.
env
.
NODE_ENV
==
"development"
?
'http://192.168.10.128:8900'
:
'https://
webapi.jjsw.vip
'
// app.config.globalProperties.$toast = Toast;//全局挂载方法
// app.component('v-MessageBox',MessageBox);//全局注册组件
app
.
mount
()
src/pages/contract/contractDetail.vue
View file @
e7862b09
...
...
@@ -15,8 +15,8 @@
export
default
{
setup
()
{
let
data
=
reactive
({
host
:
"http://
edu.oytour.com
/#/contractConfirm?a="
,
host2
:
"http://
edu.oytour.com
/#/courseRefundH5?a="
,
host
:
"http://
admin.jjsw.vip
/#/contractConfirm?a="
,
host2
:
"http://
admin.jjsw.vip
/#/courseRefundH5?a="
,
url
:
""
,
})
return
{
...
...
src/utils/index.js
View file @
e7862b09
...
...
@@ -127,7 +127,7 @@ export function UploadFileToSystem(paramsObj, fileObj, successCall, configObj) {
if
(
process
.
env
.
NODE_ENV
===
"development"
)
{
host
=
'http://192.168.10.36:8082/api'
}
else
{
host
=
'https://
eduapi.oytour.com
/api'
host
=
'https://
webapi.jjsw.vip
/api'
}
uni
.
uploadFile
({
url
:
host
+
'/Upload/UploadStuExamScore'
,
...
...
src/utils/request.js
View file @
e7862b09
//请求教育接口
let
host
=
''
if
(
process
.
env
.
NODE_ENV
===
"development"
)
{
host
=
'https://jjswapi.
oytour.com
/api'
host
=
'https://jjswapi.
jjsw.vip
/api'
//host = 'http://192.168.10.206:5004/api'
//host = 'http://192.168.10.206:8800/api'
}
else
{
host
=
'https://jjswapi.
oytour.com
/api'
host
=
'https://jjswapi.
jjsw.vip
/api'
}
import
Toast
from
'../wxcomponents/vant/toast/toast'
;
let
request
=
(
param
)
=>
{
...
...
src/utils/requestErp.js
View file @
e7862b09
//请求教育接口
let
host
=
''
if
(
process
.
env
.
NODE_ENV
===
"development"
)
{
host
=
'https://
jjeduapi.oytour.com
/api'
host
=
'https://
webapi.jjsw.vip
/api'
//host = 'http://192.168.10.206:5005/api'
//host = 'http://192.168.10.128:8900/api'
}
else
{
host
=
'https://
jjeduapi.oytour.com
/api'
host
=
'https://
webapi.jjsw.vip
/api'
}
import
Toast
from
'../wxcomponents/vant/toast/toast'
;
let
request
=
(
param
)
=>
{
...
...
src/utils/requestMall.js
View file @
e7862b09
...
...
@@ -2,9 +2,9 @@
let
host
=
''
if
(
process
.
env
.
NODE_ENV
===
"development"
)
{
// host = 'http://192.168.10.46:8200/api'
host
=
"https://mallapi.
oytour.com
/api"
host
=
"https://mallapi.
jjsw.vip
/api"
}
else
{
host
=
"https://mallapi.
oytour.com
/api"
host
=
"https://mallapi.
jjsw.vip
/api"
}
let
request
=
(
param
)
=>
{
//网络请求
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment