Browse Source

生产环境

lifanagju_citu 5 months ago
parent
commit
cf8f65ebdf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      utils/config.js

+ 2 - 1
utils/config.js

@@ -1,6 +1,7 @@
 // 开发环境配置
 // 开发环境配置
 const urlConfig = {
 const urlConfig = {
-  produce: { // 生产环境
+  // 生产环境
+  produce: {
     baseUrl: 'https://www.menduner.com',
     baseUrl: 'https://www.menduner.com',
     baseUrl: 'https://kkfileview.menduner.com/', // 预览路径
     baseUrl: 'https://kkfileview.menduner.com/', // 预览路径
   },
   },