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
ccf91dbe
Commit
ccf91dbe
authored
Apr 08, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增预生产配置文件,发预生产就用他
parent
2b32dc8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
config_ysc.js
static/config_ysc.js
+30
-0
No files found.
static/config_ysc.js
0 → 100644
View file @
ccf91dbe
/*
* @Author: your name
* @Date: 2021-12-20 15:36:50
* @LastEditTime: 2022-01-24 10:28:40
* @LastEditors: your name
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \onlineReport\static\config_test.js
*/
/**
* @Author ygy
* @Description //TODO 获取地址栏参数
* @Date 19:43 2020/6/12
* @Param
* @return
**/
function
getUrlParam
(
name
)
{
var
reg
=
new
RegExp
(
'(^|&)'
+
name
+
'=([^&]*)(&|$)'
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
if
(
r
!=
null
)
return
decodeURIComponent
(
r
[
2
]);
return
null
;
}
// 公共配置
eval
(
unescape
(
"var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%20%22preProduce%22%2C%20//production%u751F%u4EA7%uFF0Ctest%u6D4B%u8BD5%uFF0Cdev%u5F00%u53D1%20%u6CE8%uFF1Aenvironmental%u4E3Adev%u65F6%uFF0CssfwptPage/yearTaxTable/zhsbPage%u4F7F%u7528%u914D%u7F6E%u6587%u4EF6%u5730%u5740%uFF0CpreProduce%u4E3A%u9884%u751F%u4EA7%0A%20%20%20%20webUrl%3A%20%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%20%22%22%2C%20//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%20%27%27%2C%20//%u52A0%u5BC6token%0A%20%20%20%20nsrsbq%3A%20%27%27%2C%0A%20%20%20%20spreadUrl%3A%20%22http%3A//sbjs.tjsat.gov.cn%22%2C%20//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%20%22/taxservicedesk/index.html%23/taxTableList%22%2C%20//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%20%22/taxservicedesk/index.html%23/yearTaxTable%22%2C%20//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%20%22/taxservicedesk/index.html%23/syntheticalReport%22%2C%20//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%20%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C%20//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%20%22/web/tax-plugin/index.html%22%2C%20//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%20%22/propertybehaviortax/index.html%23/buttonFrame%22%2C%20//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762%0A%20%20%20%20tableBridge%3A%20%22/tableDisplayBusiness/index.html%23/taxRelated%22%2C%20//%u7A0E%u88682.0%20%u7A0E%u79CD%u5F00%u8868%u5C55%u793A%u9875%u9762%20%0A%7D"
))
if
(
config
.
environmental
==
'test'
)
{
prefix
=
"/web"
;
config
.
ccxwsTaxTable
=
"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html"
;
}
else
if
(
config
.
environmental
==
'production'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web/online"
;
config
.
ccxwsTaxTable
=
"/web/tax-plugin/index.html"
;
}
\ No newline at end of file
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