可视化前端功能

This commit is contained in:
inrgihc
2021-08-31 22:40:04 +08:00
parent fd4f71af81
commit 36c2ce123c
217 changed files with 10336 additions and 2260 deletions

View File

@@ -0,0 +1,8 @@
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
API_ROOT: '"http://127.0.0.1:9088"' //开发环境接口请求前缀
});