no commit message

This commit is contained in:
annnj-company
2026-04-20 10:27:31 +08:00
parent f8907a72f7
commit ac3e8e040c
3 changed files with 7 additions and 4 deletions

3
.gitignore vendored
View File

@@ -25,4 +25,7 @@
/pgweb/.idea
/pgweb/dist
/pgweb/phpadmin
/pgweb/node_modules
/.idea

View File

@@ -1,8 +1,8 @@
// 应用全局配置
module.exports = {
//正式服
baseUrl: 'http://dev-pg.xsimon.com/php/',
uploadUrl: 'http://dev-pg.xsimon.com/php/admin/Index/fileUpload', // 文件上传地址
baseUrl: 'http://sys.gzpg2006.cn/php/',
uploadUrl: 'http://sys.gzpg2006.cn/php/admin/Index/fileUpload', // 文件上传地址
// 测试服
// baseUrl: 'http://123.207.51.47/dev/GZSrv/version1/public/index.php/',

View File

@@ -7,7 +7,7 @@ use app\admin\service\SyncHttpService;
use think\Db;
use think\facade\Log;
class Boccf extends Base
class Boccf extends Base //
{
public function do_estimate()