CrazyIter_Bin 4 months ago
parent
commit
ddbde44dc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.Extension/IES.Exam/IES.ExamViews/vue.config.js

+ 1 - 1
TEAMModelOS.Extension/IES.Exam/IES.ExamViews/vue.config.js

@@ -35,7 +35,7 @@ if (!fs.existsSync(certFilePath) || !fs.existsSync(keyFilePath)) {
         throw new Error('Could not create certificate.');
     }
 }
-const target = process.env.VUE_APP_API_BASE_URL || 'https://localhost:6001';
+//const target = process.env.VUE_APP_API_BASE_URL || 'https://localhost:6001';
 module.exports = defineConfig({
     transpileDependencies: true,
     lintOnSave: false,