Browse Source

自定义运行/发布菜单

newyun
douzhuo 1 year ago
parent
commit
d38dfb2793
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      env/self.js

+ 1
- 1
env/self.js View File

@@ -1,5 +1,5 @@
const ENV_PATH = {
baseUrl: 'http://127.0.0.1:8080/api', // 微信的测试环境
baseUrl: 'http://127.0.0.1:8080/api', // 本地
}

module.exports = ENV_PATH

Loading…
Cancel
Save