Ver Fonte

增加测试环境的命令

zhangyujun há 3 anos atrás
pai
commit
f5d0cd832c

+ 1 - 0
package.json

@@ -3,6 +3,7 @@
 	"version": "0.0.0",
 	"scripts": {
 		"dev": "vite",
+		"build:dev":"vite --mode development",
 		"prod": "vite --mode production",
 		"build": "vite build",
 		"serve": "vite preview --port 443"

+ 1 - 1
src/components/m-exercise/components/bottomBar.vue

@@ -43,7 +43,7 @@ export default defineComponent({
 			} else {
 				Dialog.confirm({
 					title: "温馨提示",
-					message: "需要购买vip才能使用",
+					message: "请购买会员后使用",
 					confirmButtonText: "购买",
 				}).then(() => {
 					router.push("/buyVip");

+ 1 - 1
src/components/m-exercise/components/functionList.vue

@@ -58,7 +58,7 @@
 				else{
 					Dialog.confirm({
 						 title: '温馨提示',
-  						  message: '需要购买vip才能使用',
+  						  message: '请购买会员后使用',
 							confirmButtonText:"购买"
    
 					}).then(()=>{