日志优化

This commit is contained in:
王良
2024-04-02 12:35:39 +08:00
parent 148bfa0769
commit e40bf546d0
31 changed files with 160 additions and 151 deletions

View File

@@ -2,7 +2,7 @@ const path = require('path')
const webpack = require('webpack')
const publishUrl = process.env.VUE_APP_PUBLISH_URL
const publishProvider = process.env.VUE_APP_PUBLISH_PROVIDER
console.log('publish url', publishUrl)
console.log('Publish url:', publishUrl)
module.exports = {
pages: {
index: {