no commit message
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -25,4 +25,7 @@
|
||||
|
||||
/pgweb/.idea
|
||||
/pgweb/dist
|
||||
/pgweb/node_modules
|
||||
/pgweb/phpadmin
|
||||
/pgweb/node_modules
|
||||
|
||||
/.idea
|
||||
@@ -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/',
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user