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
7c4cd7dc
authored
Apr 23, 2021
by
杜文军
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改
parent
479d18c4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
9 deletions
config/website.php
config/website.php
View file @
7c4cd7dc
...
...
@@ -4,7 +4,7 @@ $domain_config = get_resource_config('domain');
$allow_origin_str
=
$domain_config
[
'domain'
][
'allow_origin'
];
$allow_origin_list
=
explode
(
","
,
$allow_origin_str
);
$s
=
[
return
[
'admin'
=>
[
'yyc@ichunt.com'
],
'login'
=>
[
'login'
=>
$domain_config
[
'domain'
][
'login_domain'
]
.
'/login'
,
...
...
@@ -13,11 +13,6 @@ $s = [
'search'
=>
$domain_config
[
'domain'
][
'login_domain'
]
.
'/api/search'
,
'dashboard'
=>
$domain_config
[
'domain'
][
'login_domain'
]
.
'/dashboard'
,
],
////////////////232配置////////////////////
// 'export_domain'=>'http://export.liexin.net', //通用导入导出网址
// 'frqapi_domain' => "http://frqapi.liexin.net", //接口网址
// 'export_source_items_id' => "23", //导出来源明细id
////////////////本地配置////////////////////
'export_source_items_id'
=>
"23"
,
//导出来源明细id
...
...
@@ -60,8 +55,5 @@ $s = [
'UploadUrl'
=>
$domain_config
[
'upload'
][
'upload_url'
],
'UploadKey'
=>
$domain_config
[
'upload'
][
'upload_key'
],
];
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