Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
Overview
Overview
Details
Activity
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
吴迪
gs1-admin
Commits
aa109009
Commit
aa109009
authored
Jan 07, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http://81.68.189.225:9091/
parent
f583e266
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
index-qa.js
static/config/index-qa.js
+7
-6
No files found.
static/config/index-qa.js
View file @
aa109009
...
...
@@ -2,13 +2,14 @@
* 测试环境
*/
;(
function
()
{
window
.
SITE_CONFIG
=
{}
;
window
.
SITE_CONFIG
=
{}
// api接口请求地址
window
.
SITE_CONFIG
[
'baseUrl'
]
=
' http://81.68.189.225:9091'
;
window
.
SITE_CONFIG
[
'baseUrl'
]
=
' http://81.68.189.225:9091'
// window.SITE_CONFIG['baseUrl'] = 'http://192.168.0.77:9091'
// cdn地址 = 域名 + 版本号
window
.
SITE_CONFIG
[
'domain'
]
=
'./'
;
// 域名
window
.
SITE_CONFIG
[
'version'
]
=
''
;
// 版本号(年月日时分)
window
.
SITE_CONFIG
[
'cdnUrl'
]
=
window
.
SITE_CONFIG
.
domain
+
window
.
SITE_CONFIG
.
version
;
})()
;
window
.
SITE_CONFIG
[
'domain'
]
=
'./'
// 域名
window
.
SITE_CONFIG
[
'version'
]
=
''
// 版本号(年月日时分)
window
.
SITE_CONFIG
[
'cdnUrl'
]
=
window
.
SITE_CONFIG
.
domain
+
window
.
SITE_CONFIG
.
version
})()
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