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

5
.gitignore vendored
View File

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

View File

@@ -1,8 +1,8 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
//正式服 //正式服
baseUrl: 'http://dev-pg.xsimon.com/php/', baseUrl: 'http://sys.gzpg2006.cn/php/',
uploadUrl: 'http://dev-pg.xsimon.com/php/admin/Index/fileUpload', // 文件上传地址 uploadUrl: 'http://sys.gzpg2006.cn/php/admin/Index/fileUpload', // 文件上传地址
// 测试服 // 测试服
// baseUrl: 'http://123.207.51.47/dev/GZSrv/version1/public/index.php/', // 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\Db;
use think\facade\Log; use think\facade\Log;
class Boccf extends Base class Boccf extends Base //
{ {
public function do_estimate() public function do_estimate()