mirror of https://gitee.com/karson/fastadmin.git
parent
9339314d19
commit
6361d9228f
|
|
@ -302,7 +302,7 @@ return [
|
||||||
//允许跨域的域名,多个以,分隔
|
//允许跨域的域名,多个以,分隔
|
||||||
'cors_request_domain' => 'localhost,127.0.0.1',
|
'cors_request_domain' => 'localhost,127.0.0.1',
|
||||||
//版本号
|
//版本号
|
||||||
'version' => '1.6.0.20250331',
|
'version' => '1.6.1.20250430',
|
||||||
//API接口地址
|
//API接口地址
|
||||||
'api_url' => 'https://api.fastadmin.net',
|
'api_url' => 'https://api.fastadmin.net',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "fastadmin",
|
"name": "fastadmin",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "fastadmin",
|
"name": "fastadmin",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"art-template": "npm:fastadmin-arttemplate@^3.1.4",
|
"art-template": "npm:fastadmin-arttemplate@^3.1.4",
|
||||||
|
|
@ -538,9 +538,9 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/core-js": {
|
"node_modules/core-js": {
|
||||||
"version": "3.41.0",
|
"version": "3.42.0",
|
||||||
"resolved": "http://mirrors.tencent.com/npm/core-js/-/core-js-3.41.0.tgz",
|
"resolved": "http://mirrors.tencent.com/npm/core-js/-/core-js-3.42.0.tgz",
|
||||||
"integrity": "sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==",
|
"integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fastadmin",
|
"name": "fastadmin",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "FastAdmin是一款基于ThinkPHP+Bootstrap的极速后台开发框架。",
|
"description": "FastAdmin是一款基于ThinkPHP+Bootstrap的极速后台开发框架。",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "grunt"
|
"build": "grunt"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue