This commit is contained in:
2023-04-17 10:59:47 +08:00
parent 66b6afce40
commit 71d9d4e1f2
11 changed files with 15 additions and 8 deletions

View File

@@ -1,5 +1,12 @@
/*
* @Author: zwq
* @Date: 2023-02-07 08:55:09
* @LastEditors: zwq
* @LastEditTime: 2023-04-17 10:54:36
* @Description:
*/
'use strict'
module.exports = {
NODE_ENV: '"production"',
BASE_API: '"./"'
BASE_API: '"http://wms.picaiba.com/report-ui"'
}