Browse Source

no message

xiaoxin 10 months ago
parent
commit
21e57c2525
2 changed files with 3 additions and 3 deletions
  1. 1 1
      pages.json
  2. 2 2
      vite.config.js

+ 1 - 1
pages.json

@@ -58,7 +58,7 @@
 		{
 			"path": "pages/proof/proof",
 			"style": {
-				"navigationBarTitleText": "预报凭证",
+				"navigationBarTitleText": "预报凭证",
 				"navigationStyle": "custom"
 			}
 		},

+ 2 - 2
vite.config.js

@@ -11,9 +11,9 @@ export default defineConfig({
 		proxy: {
 			'/welcome/welcome_api/': {
 				// 线上地址
-				// target: 'https://chtech.ncjti.edu.cn/welcome/welcome_api/',
+				target: 'https://chtech.ncjti.edu.cn/welcome/welcome_api/',
 				// 本地地址
-				target: 'http://192.168.161.221:8080',
+				// target: 'http://192.168.161.221:8080',
 				changeOrigin: true,
 				rewrite: path => path.replace(/^\/welcome\/welcome_api/, ''),
 			}