Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
php_frq_api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
39defa7d
authored
Apr 25, 2021
by
杜文军
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
配置
parent
7c4cd7dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
config/website.php
config/website.php
View file @
39defa7d
...
...
@@ -5,7 +5,7 @@ $allow_origin_str = $domain_config['domain']['allow_origin'];
$allow_origin_list
=
explode
(
","
,
$allow_origin_str
);
return
[
'admin'
=>
[
'
yyc
@ichunt.com'
],
'admin'
=>
[
'
admin
@ichunt.com'
],
'login'
=>
[
'login'
=>
$domain_config
[
'domain'
][
'login_domain'
]
.
'/login'
,
'logout'
=>
$domain_config
[
'domain'
][
'login_domain'
]
.
'/logout'
,
...
...
@@ -14,31 +14,33 @@ return [
'dashboard'
=>
$domain_config
[
'domain'
][
'login_domain'
]
.
'/dashboard'
,
],
////////////////本地配置////////////////////
'export_source_items_id'
=>
"23"
,
//导出来源明细id
'export_domain'
=>
$domain_config
[
'domain'
][
'export_domain'
],
//通用导入导出网址
'frqapi_domain'
=>
$domain_config
[
'domain'
][
'frqapi_domain'
],
//接口网址
'export_source_items_id'
=>
"30"
,
//导出来源明细id
'company_info_origin'
=>
[
#原始公司信息
'1'
=>
[
#内地
'name'
=>
'猎芯科技有限公司'
,
'cc'
=>
'
35353
'
,
'fax'
=>
'
5353535
'
,
'tel'
=>
'
13713025363
'
,
'cc'
=>
'
杨娟
'
,
'fax'
=>
'
18529505446
'
,
'tel'
=>
'
0755-23485782-8031
'
,
],
'2'
=>
[
#香港
'name'
=>
'泽贸科技有限公司'
,
'cc'
=>
'
35353
'
,
'fax'
=>
'
5353535
'
,
'tel'
=>
'
13713025363
'
,
'cc'
=>
'
杨娟
'
,
'fax'
=>
'
18529505446
'
,
'tel'
=>
'
0755-23485782-8031
'
,
],
],
'export_domain'
=>
$domain_config
[
'domain'
][
'export_domain'
],
//通用导入导出网址
'frqapi_domain'
=>
$domain_config
[
'domain'
][
'frqapi_domain'
],
//接口网址
'frq_domain'
=>
$domain_config
[
'domain'
][
'frq_domain'
],
//询报价本地网址
'order_domain'
=>
$domain_config
[
'domain'
][
'order_domain'
],
//订单网址
'api_domain'
=>
$domain_config
[
'domain'
][
'api_domain'
],
//允许跨域站点
'ALLOW_ORIGIN'
=>
$allow_origin_list
,
"cookieDomain"
=>
".liexin.com"
,
"cookieDomain"
=>
$domain_config
[
'domain'
][
'cookieDomain'
]
,
"domain"
=>
$domain_config
[
'domain'
][
'domain'
],
'api_domain'
=>
$domain_config
[
'domain'
][
'api_domain'
],
'frq_export_inquiry'
=>
'23'
,
//导出明细id
'frq_go_server'
=>
$domain_config
[
'domain'
][
'frq_go_server'
],
//询价go 对外项目
...
...
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