Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
3cdceb08
Commit
3cdceb08
authored
Jan 05, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4af2553e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
14 deletions
+9
-14
quasar.conf.js
quasar.conf.js
+2
-6
common.js
src/api/common/common.js
+2
-2
notify.vue
src/components/global/notify.vue
+1
-2
erpindex.js
src/utils/erpindex.js
+2
-2
url.js
src/utils/url.js
+2
-2
No files found.
quasar.conf.js
View file @
3cdceb08
...
...
@@ -48,14 +48,10 @@ module.exports = function (ctx) {
env
:
ctx
.
dev
?
{
API
:
'http://localhost:5001/api'
,
// API: 'http://192.168.20.24:8300/api',
// API: 'http://192.168.10.46:8300/api',
// API: 'http://192.168.20.17:8017/api',
// API: 'https://eduapi.oytour.com/api',
API_ZC
:
'http://192.168.
20.9
:8087/api'
,
API_SK
:
'ws:192.168.
2
0.214:'
API_ZC
:
'http://192.168.
10.17
:8087/api'
,
API_SK
:
'ws:192.168.
1
0.214:'
}
:
{
API
:
'https://eduapi.oytour.com/api'
,
API_ZC
:
'http://propertyedu.oytour.com/api'
,
...
...
src/api/common/common.js
View file @
3cdceb08
...
...
@@ -115,8 +115,8 @@ export function UploadViittoBlobFile(path, file, callback) {
uploadLoadding
.
show
({
message
:
'正在上传文件,请稍后...'
})
let
viewFileUrl
=
'http://192.168.
2
0.214:8130'
;
let
vtUploadUrl
=
"http://192.168.
2
0.214:8120/upload/UploadBlob"
;
let
viewFileUrl
=
'http://192.168.
1
0.214:8130'
;
let
vtUploadUrl
=
"http://192.168.
1
0.214:8120/upload/UploadBlob"
;
let
locationName
=
window
.
location
.
hostname
;
if
(
locationName
.
indexOf
(
'testerp.oytour'
)
!==
-
1
)
{
vtUploadUrl
=
"http://upload.oytour.com/upload/UploadBlob"
;
...
...
src/components/global/notify.vue
View file @
3cdceb08
...
...
@@ -257,8 +257,7 @@ import {url_jump_zc} from "../../utils/url"
Time
:
"1天前"
},
],
imgCov
:
'http://192.168.20.214:8130/Upload/studentIcon/20201201044129361.png'
,
imgCov
:
'http://192.168.10.214:8130/Upload/studentIcon/20201201044129361.png'
,
//通知请求参数
noticeMsg
:
{
pageIndex
:
1
,
...
...
src/utils/erpindex.js
View file @
3cdceb08
...
...
@@ -80,11 +80,11 @@ export default {
},
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
// let domainUrl = 'http://192.168.20.24';
let
domainUrl
=
'http://192.168.10.65:8083'
;
let
viewFileUrl
=
'http://192.168.10.214:8120'
;
let
mallUrl
=
"http://192.168.10.65:8088"
;
// let vtUploadUrl = "http://192.168.20.214:8120";
let
vtUploadUrl
=
"http://upload.oytour.com"
;
let
vtViewUrl
=
"http://192.168.10.214:8130"
;
let
locationName
=
window
.
location
.
hostname
;
...
...
src/utils/url.js
View file @
3cdceb08
export
let
url_jump_zc
=
"http://zcedu.oytour.com/"
// export let UploadUrl = "http://192.168.20.214:8120"//上传文件到本地服务器
export
let
UploadUrl
=
"http://uploadfile.oytour.com"
// export let ViittoFileUrl="http://192.168.20.214:8120"//文件站点
export
let
ViittoFileUrl
=
"http://staticfile.oytour.com"
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