Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zxtb_to_ssfwpt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
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
卢世豪
zxtb_to_ssfwpt
Commits
2c517177
Commit
2c517177
authored
Aug 03, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改成生产环境配置
parent
e981f43e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config.js
static/config.js
+4
-4
No files found.
static/config.js
View file @
2c517177
...
@@ -12,21 +12,21 @@ function getUrlParam (name) {
...
@@ -12,21 +12,21 @@ function getUrlParam (name) {
return
null
;
return
null
;
}
}
// 公共配置 生产环境
// 公共配置 生产环境
/*
var config = {
var
config
=
{
environmental
:
"production"
,
//production 生产 test 测试
environmental
:
"production"
,
//production 生产 test 测试
webUrl
:
"http://sbjs.tjsat.gov.cn:18001/web/onlineReport/jsp/"
,
// 测试环境/生产环境
webUrl
:
"http://sbjs.tjsat.gov.cn:18001/web/onlineReport/jsp/"
,
// 测试环境/生产环境
url
:
""
,
// 开发环境配置跨域设置 // 开发环境
url
:
""
,
// 开发环境配置跨域设置 // 开发环境
spreadUrl
:
"sbjs.tjsat.gov.cn:18001"
,
// 注册地址
spreadUrl
:
"sbjs.tjsat.gov.cn:18001"
,
// 注册地址
ssfwptPage
:
"/web/taxservicedesk/index.html#/taxTableList"
,
// 涉税服务平台填报页面地址
ssfwptPage
:
"/web/taxservicedesk/index.html#/taxTableList"
,
// 涉税服务平台填报页面地址
value
:
''
,
//加密token
value
:
''
,
//加密token
}
*/
}
//公共配置 本地环境,测试环境
//公共配置 本地环境,测试环境
var
config
=
{
/*
var config = {
environmental:"test",//production 生产 test 测试
environmental:"test",//production 生产 test 测试
webUrl:"http://localhost:80/web/onlineReport/jsp/", // 开发环境
webUrl:"http://localhost:80/web/onlineReport/jsp/", // 开发环境
url:"",// 开发环境配置跨域设置 // 开发环境
url:"",// 开发环境配置跨域设置 // 开发环境
spreadUrl:"sbjs.tjsat.gov.cn:18001",// 注册地址
spreadUrl:"sbjs.tjsat.gov.cn:18001",// 注册地址
ssfwptPage:"/web/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址
ssfwptPage:"/web/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址
value:'',//加密token
value:'',//加密token
}
}
*/
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