This commit is contained in:
hackrobot
2024-10-04 22:43:52 +08:00
parent 8107564d64
commit fe40e5606f
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ module.exports = {
NODE_ENV: '"development"'
},
defineConstants: {
'process.env.TARO_API_API': JSON.stringify("development")
'process.env.TARO_API_API': JSON.stringify("/api")
},
mini: {},
h5: {}